BottomSheetOverlay
Constructs a new BottomSheetOverlay that will not dismiss when tapped outside of the sheet. This means that only the content can finish the overlay. Additionally the appearance of the sheet can be customized.
Parameters
set the container color of the ModalBottomSheet
customize the drag handle of the sheet
indicates if the Sheet should be expanded per default (if it's height exceed the partial height threshold)
corresponds to ModalBottomSheetProperties.isFocusable and will be passed on to the final sheet as such.
Constructs a new BottomSheetOverlay that will dismiss when tapped outside of the sheet. onDismiss is required in this case to offer a default value in this event. Additionally the appearance of the sheet can be customized.
Parameters
set the container color of the ModalBottomSheet
customize the drag handle of the sheet
indicates if the Sheet should be expanded per default (if it's height exceed the partial height threshold)
any ModalBottomSheetProperties. Defaults to ModalBottomSheetDefaults.properties.