widgets/bottom_sheet/index
library
Functions
-
ShowUFUBottomSheet({required Widget child(UFUBottomSheetController controller), bool isScrollControlled = false, bool ignoreSafeArea = true, bool isDismissible = true, bool enableDrag = false, bool allowFullWidth = false, bool enableInsets = false})
→ Future
-
showUFUBottomSheet can be used when we have to perform loading
but we don't have controller for managing our loading state
a default controller will be provided with it and loading
state can be toggled easily by
controller.toggleIsLoading()
-
showUFUDialog({required Widget child(UFUBottomSheetController controller), bool allowFullWidth = false, bool enableInsets = false})
→ Future
-
-
showUFUGeneralDialog({required Widget child(UFUBottomSheetController controller), Widget? secondChild, bool? isDismissible = true, bool allowFullWidth = false})
→ Future
-