ViewHeaderStyle constructor
const
ViewHeaderStyle({})
Creates a view header style for calendar.
The properties allows to customize the view header view of SfCalendar.
Implementation
const ViewHeaderStyle({
this.backgroundColor,
this.dateTextStyle,
this.dayTextStyle,
});