update image on camera page
This commit is contained in:
@ -57,7 +57,7 @@ class DestinationMapPage extends StatelessWidget {
|
||||
context: Get.context!,
|
||||
isScrollControlled: true,
|
||||
constraints: BoxConstraints.loose(
|
||||
Size(Get.width, Get.height * 0.75)),
|
||||
Size(Get.width, Get.height * 0.85)),
|
||||
builder: ((context) => BottomSheetNew(
|
||||
destination: d,
|
||||
))).whenComplete(() {
|
||||
|
||||
Reference in New Issue
Block a user