HeaderOptions constructor
HeaderOptions({
- WeekDayStringTypes weekDayStringType = WeekDayStringTypes.FULL,
- MonthStringTypes monthStringType = MonthStringTypes.SHORT,
- Color headerTextColor = Colors.black,
- double headerTextSize = 20,
- Color resetDateColor = Colors.black,
- Color calendarIconColor = Colors.black,
- Color backgroundColor = Colors.transparent,
Implementation
HeaderOptions({
this.weekDayStringType = WeekDayStringTypes.FULL,
this.monthStringType = MonthStringTypes.SHORT,
this.headerTextColor = Colors.black,
this.headerTextSize = 20,
this.resetDateColor = Colors.black,
this.navigationColor = Colors.black,
this.calendarIconColor = Colors.black,
this.backgroundColor = Colors.transparent,
});