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( Align(
alignment: Alignment.bottomCenter, alignment: Alignment.bottomCenter,
child: Container( child: SizedBox(
height: 90,
width: 90,
child: IconButton(onPressed: (){ child: IconButton(onPressed: (){
print("download....."); // print("download.....");
}, icon: Icon(Icons.download),color: Colors.white, },
), icon: const Icon(Icons.download),
height: 90, color: Colors.white,
width: 90, ),
) ),
), ),
], ],
), ),