CalendarHeaderStyle constructor
const
CalendarHeaderStyle({})
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,
});