We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3abfe7b commit 2eafb65Copy full SHA for 2eafb65
lib/main.dart
@@ -29,7 +29,7 @@ List<String> colors = <String>[
29
];
30
31
class ScheduleExample extends State<EventCalendar> {
32
- CalendarController _controller = CalendarController();
+ final CalendarController _controller = CalendarController();
33
String? _text='', _titleText='';
34
Color? _headerColor, _viewHeaderColor, _calendarColor;
35
0 commit comments