style property

FCalendarStyleDelta style
final

The style. Defaults to FThemeData.calendarStyle.

To modify the current style:

style: .delta(...)

To replace the style:

style: FCalendarStyle(...)

CLI

To generate and customize this style:

dart run forui style create calendar

Implementation

final FCalendarStyleDelta style;