handleCellSecondaryTap method

void handleCellSecondaryTap(
  1. TreeRow row,
  2. int columnIndex
)

Emits a public cell secondary-tap callback.

Implementation

void handleCellSecondaryTap(TreeRow row, int columnIndex) {
  _cellColumnForDisplayColumnIndex(row, columnIndex)?.onSecondaryTap?.call(_cellEventFor(row, columnIndex));
}