CalendarTopBarStyle constructor

const CalendarTopBarStyle({
  1. double iconSize = 28,
  2. Color? active,
  3. Color? inactive,
  4. TextStyle? yearMonthTextStyle,
  5. 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,
});