ZeroCalendarPickerStyle constructor
const
ZeroCalendarPickerStyle({
- TextStyle? headerTextStyle,
- TextStyle? dayTextStyle,
- Color? enabledDayColor,
- Color? disabledDayColor,
- Color? selectedDayColor,
- Color? selectedDayBackground,
- Color? highlightColor,
- Color? todayColor,
- Color? controlColor,
- Color? inactiveControlColor,
- ZeroListTileStyle? monthListTileStyle,
- ZeroListTileStyle? yearListTileStyle,
- Widget? monthLeftIcon,
- 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,
});