helpers/modalBottomSheet library

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, Color? backgroundColor, bool isDismissible = true, bool enableDrag = true}) → void