修复ui
This commit is contained in:
parent
765c5f329b
commit
0ec4a68d52
@ -56,14 +56,16 @@ class ImgScanPageView extends GetView {
|
||||
),
|
||||
Align(
|
||||
alignment: Alignment.bottomCenter,
|
||||
child: Container(
|
||||
child: SizedBox(
|
||||
height: 90,
|
||||
width: 90,
|
||||
child: IconButton(onPressed: (){
|
||||
print("download.....");
|
||||
}, icon: Icon(Icons.download),color: Colors.white,
|
||||
),
|
||||
height: 90,
|
||||
width: 90,
|
||||
)
|
||||
// print("download.....");
|
||||
},
|
||||
icon: const Icon(Icons.download),
|
||||
color: Colors.white,
|
||||
),
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user