FCalendarEntryStyle constructor
FCalendarEntryStyle({})
Creates a FCalendarEntryStyle.
Implementation
FCalendarEntryStyle({
required this.backgroundColor,
required this.textStyle,
required this.focusedBorderColor,
required this.radius,
Color? hoveredBackgroundColor,
TextStyle? hoveredTextStyle,
}) : hoveredBackgroundColor = hoveredBackgroundColor ?? backgroundColor,
hoveredTextStyle = hoveredTextStyle ?? textStyle;