SubZeroBottomSheetExtension extension
Extension to easily show SubZero bottom sheet from any widget.
- on
Methods
-
showSubZeroContentSheet<
T> ({Widget? topContent, bool topContentOverflows = false, String? kicker, required String title, String? description, Widget? bodyContent, String? primaryButtonLabel, VoidCallback? onPrimaryPressed, String? secondaryButtonLabel, VoidCallback? onSecondaryPressed, bool showDualButtons = false, SubZeroBottomSheetConfig config = const SubZeroBottomSheetConfig()}) → Future< T?> -
Available on BuildContext, provided by the SubZeroBottomSheetExtension extension
Shows a SubZero styled modal bottom sheet with pre-built content structure. -
showSubZeroSheet<
T> ({required WidgetBuilder builder, SubZeroBottomSheetConfig config = const SubZeroBottomSheetConfig()}) → Future< T?> -
Available on BuildContext, provided by the SubZeroBottomSheetExtension extension
Shows a SubZero styled modal bottom sheet.