editEvent method
Fires PlannerConfig.onEntryEdit for event — the accessibility "Edit"
action, mirroring the context menu's "Edit Event".
Implementation
void editEvent(Event<T> event) => config.onEntryEdit?.call(event.entry);
Fires PlannerConfig.onEntryEdit for event — the accessibility "Edit"
action, mirroring the context menu's "Edit Event".
void editEvent(Event<T> event) => config.onEntryEdit?.call(event.entry);