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