FCalendarEntryStyle constructor
FCalendarEntryStyle({
- required FWidgetStateMap<
Color> backgroundColor, - required FWidgetStateMap<
Color?> borderColor, - required FWidgetStateMap<
TextStyle> textStyle, - required Radius radius,
Creates a FCalendarEntryStyle.
Implementation
FCalendarEntryStyle({
required this.backgroundColor,
required this.borderColor,
required this.textStyle,
required this.radius,
});