wt1.1.2e NumberPicker, error fix
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user