ZeroDatePickerStyle constructor
const
ZeroDatePickerStyle({
- Color? headerBackgroundColor,
- Color? pickerBackgroundColor,
- TextStyle? dateTextStyle,
- Color? entryModeIconColor,
- TextStyle? helpTextStyle,
- ShapeBorder? shape,
- ZeroTextfieldStyle? textfieldStyle,
- double? elevation,
- EdgeInsets? insetPadding,
- ZeroCalendarPickerStyle? calendarStyle,
Creates a theme that can be used for ZeroDatePickerStyle or ZeroThemeData.datePickerStyle.
Implementation
const ZeroDatePickerStyle({
this.headerBackgroundColor,
this.pickerBackgroundColor,
this.dateTextStyle,
this.entryModeIconColor,
this.helpTextStyle,
this.shape,
this.textfieldStyle,
this.elevation,
this.insetPadding,
this.calendarStyle,
});