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