onEventLongTap property

TileTapCallback<T>? onEventLongTap
final

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;