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