onEventTap property

TileTapCallback<T>? onEventTap
final

This function will be called when user will tap on a single event tile inside a cell.

This function will only work if cellBuilder is null.

Implementation

final TileTapCallback<T>? onEventTap;