This commit is contained in:
bluesea 2024-05-13 17:55:05 +08:00
parent 765c5f329b
commit 0ec4a68d52

View File

@ -56,14 +56,16 @@ class ImgScanPageView extends GetView {
),
Align(
alignment: Alignment.bottomCenter,
child: Container(
child: IconButton(onPressed: (){
print("download.....");
}, icon: Icon(Icons.download),color: Colors.white,
),
child: SizedBox(
height: 90,
width: 90,
)
child: IconButton(onPressed: (){
// print("download.....");
},
icon: const Icon(Icons.download),
color: Colors.white,
),
),
),
],
),