update image on camera page
This commit is contained in:
@ -120,7 +120,7 @@ class _ListWidgetState extends State<ListWidget> {
|
||||
changeCurrentFeature(gf);
|
||||
showModalBottomSheet(
|
||||
constraints: BoxConstraints.loose(
|
||||
Size(Get.width, Get.height * 0.75)),
|
||||
Size(Get.width, Get.height * 0.85)),
|
||||
isScrollControlled: true,
|
||||
context: context,
|
||||
//builder: (context) => BottomSheetWidget(),
|
||||
|
||||
Reference in New Issue
Block a user