handleCellSecondaryTap method
Emits a public cell secondary-tap callback.
Implementation
void handleCellSecondaryTap(TreeRow row, int columnIndex) {
_cellColumnForDisplayColumnIndex(row, columnIndex)?.onSecondaryTap?.call(_cellEventFor(row, columnIndex));
}