onEventLongTap property
This function will be called when user will long press on a single event tile inside a cell.
This function will only work if cellBuilder is null.
Implementation
final TileTapCallback<T>? onEventLongTap;
This function will be called when user will long press on a single event tile inside a cell.
This function will only work if cellBuilder is null.
final TileTapCallback<T>? onEventLongTap;