CalendarTopBarStyle constructor
const
CalendarTopBarStyle({
- double iconSize = 28,
- Color? active,
- Color? inactive,
- TextStyle? yearMonthTextStyle,
- MonthApperance yearMonthFormat = MonthApperance.fullname,
Create styles preference of CalendarTopBar
Implementation
const CalendarTopBarStyle({
this.iconSize = 28,
this.active,
this.inactive,
this.yearMonthTextStyle,
this.yearMonthFormat = MonthApperance.fullname,
});