components/bottom_sheet library

Functions

bottomSheet({required Widget child, EdgeInsets padding = const EdgeInsets.all(20), bool isDismissible = true}) → void
scrollableBottomSheet({List<Widget>? children, Widget? child, bool isDismissible = true, EdgeInsets padding = const EdgeInsets.all(20), bool expand = false, double maxChildSize = 1.0, double minChildSize = 0.4, VoidCallback? onDismiss}) → void