Skip to content

Commit 2eafb65

Browse files
authored
Final keyword added.
1 parent 3abfe7b commit 2eafb65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ List<String> colors = <String>[
2929
];
3030

3131
class ScheduleExample extends State<EventCalendar> {
32-
CalendarController _controller = CalendarController();
32+
final CalendarController _controller = CalendarController();
3333
String? _text='', _titleText='';
3434
Color? _headerColor, _viewHeaderColor, _calendarColor;
3535

0 commit comments

Comments
 (0)