update image on camera page

This commit is contained in:
2023-11-07 17:17:47 +05:30
parent 7412d1e074
commit 7a154b4390
7 changed files with 94 additions and 53 deletions

View File

@ -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(),