FCalendarDayStyle constructor

FCalendarDayStyle({
  1. required TextStyle textStyle,
  2. required Decoration foreground,
  3. Decoration background = const BoxDecoration(),
})

Creates a FCalendarDayStyle.

Implementation

FCalendarDayStyle({required this.textStyle, required this.foreground, this.background = const BoxDecoration()});