calendarThemeData property
Defines the default configuration of calendar widgets.
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(),
body: Center(
child: SfTheme(
data: SfThemeData(
calendarThemeData: SfCalendarThemeData()
),
child: SfCalendar(),
),
)
);
}
Implementation
final SfCalendarThemeData calendarThemeData;