components/subzero_bottom_sheet library

Classes

SubZeroBottomSheetConfig
Configuration for the SubZero Bottom Sheet component.
SubZeroBottomSheetContent
Pre-built content structure matching the SubZero design system. Use this for consistent bottom sheet layouts.

Extensions

SubZeroBottomSheetExtension on BuildContext
Extension to easily show SubZero bottom sheet from any widget.

Functions

showSubZeroBottomSheet<T>({required BuildContext context, required WidgetBuilder builder, SubZeroBottomSheetConfig config = const SubZeroBottomSheetConfig()}) Future<T?>
Shows a SubZero styled modal bottom sheet (mobile) or dialog (desktop).