BottomSheetMultiSelectStyleExtension extension
Extension for resolving bottom sheet style properties.
- on
Methods
-
resolveBottomSheetBackgroundColor(
{BottomSheetStyle? style}) → Color -
Available on BuildContext, provided by the BottomSheetMultiSelectStyleExtension extension
Resolves the background color for the bottom sheet. -
resolveBottomSheetBorderRadius(
{BottomSheetStyle? style}) → BorderRadius -
Available on BuildContext, provided by the BottomSheetMultiSelectStyleExtension extension
Resolves the border radius for the bottom sheet. -
resolveBottomSheetMaxHeight(
{BottomSheetStyle? style}) → double -
Available on BuildContext, provided by the BottomSheetMultiSelectStyleExtension extension
Resolves the maximum height for the bottom sheet.