helpers/modalBottomSheet library
Enums
Functions
-
showPumalModalBottomSheet(
{required BuildContext context, required Widget child, bool expand = false, bool safeArea = false, EdgeInsetsGeometry padding = const EdgeInsets.all(0.0), PumaModalType modalType = PumaModalType.cupertino, bool isDismissible = true, bool enableDrag = true}) → void