wt1.1.2e NumberPicker, error fix

This commit is contained in:
Bossanyi Tibor
2020-10-21 21:24:43 +02:00
parent 7354611881
commit 27c1d26dfd
6 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -63,10 +63,10 @@ class ImageButton extends StatelessWidget {
)]
),
Positioned(
top: top,
top: text.length > 20 ? 140 : 160,
left: left,
child: Container(
height: 100,
height: 200,
width: 180,
child: InkWell(
onTap: onTap ?? onTap,