DateRangePickerWeekNumberStyle constructor

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

Creates a week number style for month view in SfDateRangePicker.

The properties allows to customize the week number SfDateRangePicker.

Implementation

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