ViewHeaderStyle constructor

const ViewHeaderStyle({
  1. Color? backgroundColor,
  2. TextStyle? dateTextStyle,
  3. TextStyle? dayTextStyle,
})

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,
});