WeekNumberStyle constructor

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

Creates a week number style for calendar.

The properties allows to customize the week number SfCalendar.

Implementation

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