calendarStyle property

CustomCalendarStyle calendarStyle
final
  • There's 2 style to handle your calendar
    • CustomCalendarStyle.withBorder this will add border around the calendar
    • CustomCalendarStyle.normal this will show the calendar without border

Implementation

final CustomCalendarStyle calendarStyle;