BottomSheetThemeData constructor
- Color? backgroundColor,
- Color? surfaceTintColor,
- double? elevation,
- Color? modalBackgroundColor,
- Color? modalBarrierColor,
- Color? shadowColor,
- double? modalElevation,
- ShapeBorder? shape,
- bool? showDragHandle,
- Color? dragHandleColor,
- Size? dragHandleSize,
- Clip? clipBehavior,
- BoxConstraints? constraints,
Creates a theme that can be used for ThemeData.bottomSheetTheme.
Implementation
const BottomSheetThemeData({
this.backgroundColor,
this.surfaceTintColor,
this.elevation,
this.modalBackgroundColor,
this.modalBarrierColor,
this.shadowColor,
this.modalElevation,
this.shape,
this.showDragHandle,
this.dragHandleColor,
this.dragHandleSize,
this.clipBehavior,
this.constraints,
});