update image on camera page
This commit is contained in:
@ -188,7 +188,7 @@ class DestinationController extends GetxController {
|
||||
isAtStart.value = true;
|
||||
await showModalBottomSheet(
|
||||
constraints:
|
||||
BoxConstraints.loose(Size(Get.width, Get.height * 0.75)),
|
||||
BoxConstraints.loose(Size(Get.width, Get.height * 0.85)),
|
||||
context: Get.context!,
|
||||
isScrollControlled: true,
|
||||
builder: ((context) => BottomSheetNew(
|
||||
|
||||
Reference in New Issue
Block a user