PickerThemeData constructor
const
PickerThemeData({
- Color? bottomSheetBackgroundColor,
- Color? bottomSheetIndicatorColor,
- Color? tabEnableColor,
- Color? tabDisableColor,
- TextStyle? doneTextStyle,
- TextStyle? cancelTextStyle,
- ButtonStyle? cancelButtonStyle,
- ButtonStyle? doneButtonStyle,
- double? borderRadius,
- Color? tabBorderColor,
Creates a theme for the media picker widget.
All parameters are optional and will fall back to default theme values when not specified.
Implementation
const PickerThemeData({
this.bottomSheetBackgroundColor,
this.bottomSheetIndicatorColor,
this.tabEnableColor,
this.tabDisableColor,
this.doneTextStyle,
this.cancelTextStyle,
this.cancelButtonStyle,
this.doneButtonStyle,
this.borderRadius,
this.tabBorderColor,
});