update image on camera page
This commit is contained in:
@ -45,7 +45,7 @@ class MapWidget extends StatelessWidget {
|
||||
|
||||
showModalBottomSheet(
|
||||
constraints:
|
||||
BoxConstraints.loose(Size(Get.width, Get.height * 0.75)),
|
||||
BoxConstraints.loose(Size(Get.width, Get.height * 0.85)),
|
||||
context: context,
|
||||
isScrollControlled: true,
|
||||
isDismissible: true,
|
||||
|
||||
Reference in New Issue
Block a user