BottomSheetThemeData constructor

const BottomSheetThemeData({
  1. Color? handleColor,
  2. Color? backgroundColor,
  3. ShapeBorder? shape,
  4. double? elevation,
})

Implementation

const BottomSheetThemeData({
  this.handleColor,
  this.backgroundColor,
  this.shape,
  this.elevation,
});