DateRangePickerViewHeaderStyle constructor

const DateRangePickerViewHeaderStyle({
  1. Color? backgroundColor,
  2. TextStyle? textStyle,
})

creates a view header style for month view in SfDateRangePicker.

Implementation

const DateRangePickerViewHeaderStyle({this.backgroundColor, this.textStyle});