menu
flutter_calendar_collection package
documentation
core/controllers/selection_controller.dart
SelectionController
selectedDates property
selectedDates property
dark_mode
light_mode
selectedDates
property
Set
<
DateTime
>
get
selectedDates
Implementation
Set<DateTime> get selectedDates => Set.unmodifiable(_selectedDates);
flutter_calendar_collection package
documentation
core/controllers/selection_controller
SelectionController
selectedDates property
SelectionController class