menu
flutter_calendar_collection package
documentation
widgets/event_form.dart
EventForm
onSave property
onSave property
dark_mode
light_mode
onSave
property
ValueChanged
<
CalendarEvent
>
onSave
final
Called when the user saves the form.
Implementation
final ValueChanged<CalendarEvent> onSave;
flutter_calendar_collection package
documentation
widgets/event_form
EventForm
onSave property
EventForm class