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(
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,
),
),
), ),
], ],
), ),