BottomSheetThemeData constructor Null safety
- {Color? backgroundColor,
- double? elevation,
- Color? modalBackgroundColor,
- double? modalElevation,
- ShapeBorder? shape,
- Clip? clipBehavior,
- BoxConstraints? constraints}
Creates a theme that can be used for ThemeData.bottomSheetTheme.
Implementation
const BottomSheetThemeData({
this.backgroundColor,
this.elevation,
this.modalBackgroundColor,
this.modalElevation,
this.shape,
this.clipBehavior,
this.constraints,
});