ModalBottomSheetRoute<T> constructor
ModalBottomSheetRoute<T> ({
- required WidgetBuilder builder,
- ThemeData? theme,
- String? barrierLabel,
- Color? backgroundColor,
- double? elevation,
- ShapeBorder? shape,
- bool? enableDrag = true,
- RouteSettings? settings,
- bool? dismissible,
Implementation
ModalBottomSheetRoute({
required this.builder,
this.theme,
this.barrierLabel,
this.backgroundColor,
this.elevation,
this.shape,
this.enableDrag = true,
super.settings,
this.dismissible,
});