ZeroCalendarPickerStyle constructor

const ZeroCalendarPickerStyle({
  1. TextStyle? headerTextStyle,
  2. TextStyle? dayTextStyle,
  3. Color? enabledDayColor,
  4. Color? disabledDayColor,
  5. Color? selectedDayColor,
  6. Color? selectedDayBackground,
  7. Color? highlightColor,
  8. Color? todayColor,
  9. Color? controlColor,
  10. Color? inactiveControlColor,
  11. ZeroListTileStyle? monthListTileStyle,
  12. ZeroListTileStyle? yearListTileStyle,
  13. Widget? monthLeftIcon,
  14. Widget? yearLeftIcon,
})

Creates a theme that can be used for ZeroCalendarPickerStyle or ZeroThemeData.datePickerStyle.calendar.

Implementation

const ZeroCalendarPickerStyle({
  this.headerTextStyle,
  this.dayTextStyle,
  this.enabledDayColor,
  this.disabledDayColor,
  this.selectedDayColor,
  this.selectedDayBackground,
  this.highlightColor,
  this.todayColor,
  this.controlColor,
  this.inactiveControlColor,
  this.monthListTileStyle,
  this.yearListTileStyle,
  this.monthLeftIcon,
  this.yearLeftIcon,
});