menu
visuals_calendar package
documentation
components/canvas/calendar_section.dart
CalendarSectionState
setSelection method
setSelection method
dark_mode
light_mode
setSelection
method
void
setSelection
(
Event
?
selection
)
Implementation
void setSelection(Event? selection) { setState(() { this.selection = selection; }); }
visuals_calendar package
documentation
components/canvas/calendar_section
CalendarSectionState
setSelection method
CalendarSectionState class