WeekHeaderSettings constructor
const
WeekHeaderSettings({})
Creates a week header settings for schedule view in calendar.
The properties allows to customize the week header in schedule view of SfCalendar.
Implementation
const WeekHeaderSettings(
{this.startDateFormat,
this.endDateFormat,
this.height = 30,
this.textAlign = TextAlign.start,
this.backgroundColor = Colors.transparent,
this.weekTextStyle})
: assert(height >= -1);