style property
The style. Defaults to FThemeData.calendarStyle.
CLI
To generate and customize this style:
dart run forui style create calendar
Implementation
final FCalendarStyle Function(FCalendarStyle style)? style;
The style. Defaults to FThemeData.calendarStyle.
To generate and customize this style:
dart run forui style create calendar
final FCalendarStyle Function(FCalendarStyle style)? style;