DayHeaderSettings constructor
const
DayHeaderSettings({})
Creates a day header settings for schedule view in calendar.
The properties allows to customize the day header in schedule view of SfCalendar.
Implementation
const DayHeaderSettings(
{this.dayFormat = 'EEE',
this.width = -1,
this.dayTextStyle,
this.dateTextStyle})
: assert(width >= -1);