CalendarHeaderStyle constructor

const CalendarHeaderStyle({
  1. TextAlign textAlign = TextAlign.start,
  2. Color? backgroundColor,
  3. TextStyle? textStyle,
})

Creates a header style for calendar.

The properties allows to customize the header view of SfCalendar.

Implementation

const CalendarHeaderStyle(
    {this.textAlign = TextAlign.start, this.backgroundColor, this.textStyle});