SfCalendarTheme constructor
const
SfCalendarTheme({
- required SfCalendarThemeData data,
- required Widget child,
- Key? key,
Constructor for the calendar theme class, which applies a theme to descendant Syncfusion calendar widgets.
Implementation
const SfCalendarTheme({required this.data, required this.child, super.key})
: super(child: child);