fix : bottom sheet height
This commit is contained in:
@@ -37,7 +37,10 @@ class TaggingPage extends GetView<TaggingLogic> {
|
||||
SizedBox(width: 4),
|
||||
IconButton(
|
||||
onPressed: () {
|
||||
Get.bottomSheet(_buildBottomSheet(), isScrollControlled: true);
|
||||
Get.bottomSheet(
|
||||
_buildBottomSheet(),
|
||||
isScrollControlled: true,
|
||||
);
|
||||
},
|
||||
style: IconButton.styleFrom(
|
||||
backgroundColor: AppColor.blueNormal,
|
||||
|
||||
Reference in New Issue
Block a user