WeekDataPickerConfig constructor
WeekDataPickerConfig({
- String weekDayText = 'Week',
- WeekDayType weekDayType = WeekDayType.TYPE_2,
- bool weekDayCapitalize = false,
- Color backgroundColor = const Color(0xFFFAFAFA),
- Color selectedBackgroundColor = const Color(0xFF2A2859),
- Color selectedDigitColor = const Color(0xFFFFFFFF),
- Color digitsColor = const Color(0xFF000000),
- Color weekDayTextColor = const Color(0xFF303030),
- bool enableWeekNumberText = true,
- bool enableMonthText = false,
- Color weekNumberColor = const Color(0xFFB2F5FE),
- Color weekNumberTextColor = const Color(0xFF000000),
- WeekPosition weekPosition = WeekPosition.LEFT,
Implementation
WeekDataPickerConfig({
this.weekDayText = 'Week',
this.weekDayType = WeekDayType.TYPE_2,
this.weekDayCapitalize = false,
this.backgroundColor = const Color(0xFFFAFAFA),
this.selectedBackgroundColor = const Color(0xFF2A2859),
this.selectedDigitColor = const Color(0xFFFFFFFF),
this.digitsColor = const Color(0xFF000000),
this.weekDayTextColor = const Color(0xFF303030),
this.enableWeekNumberText = true,
this.enableMonthText = false,
this.weekNumberColor = const Color(0xFFB2F5FE),
this.weekNumberTextColor = const Color(0xFF000000),
this.weekPosition = WeekPosition.LEFT
});