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