FCalendarDayStyle constructor
FCalendarDayStyle({
- required TextStyle textStyle,
- required Decoration foreground,
- Decoration background = const BoxDecoration(),
Creates a FCalendarDayStyle.
Implementation
FCalendarDayStyle({required this.textStyle, required this.foreground, this.background = const BoxDecoration()});