Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.42 KB

File metadata and controls

23 lines (15 loc) · 1.42 KB

How to apply theming in Flutter Calendar?

A quick-start example to help you to apply theming in Flutter Calendar.

The SfCalendarTheme widget in the Flutter Event Calendar allows us to change the theme of the calendar.

Use the 'SfCalendarTheme' widget inside the body of the 'Scaffold' to apply the theme to the Flutter Calendar. Then, as a child of 'SfCalendarTheme,' add the calendar.

DarkTheme

For more details , refer to this KB documentation.

Requirements to run the demo

How to run this application

To run this application, you need to first clone or download the ‘create a flutter maps widget in 10 minutes’ repository and open it in your preferred IDE. Then, build and run your project to view the output.

Further help

For more help, check the Syncfusion Flutter documentation, Flutter documentation.