ZeroDatePickerStyle constructor

const ZeroDatePickerStyle({
  1. Color? headerBackgroundColor,
  2. Color? pickerBackgroundColor,
  3. TextStyle? dateTextStyle,
  4. Color? entryModeIconColor,
  5. TextStyle? helpTextStyle,
  6. ShapeBorder? shape,
  7. ZeroTextfieldStyle? textfieldStyle,
  8. double? elevation,
  9. EdgeInsets? insetPadding,
  10. 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,
});