hasCellDoubleTapCallback method
Whether a cell double-tap callback is configured for row and columnIndex.
Implementation
bool hasCellDoubleTapCallback(TreeRow row, int columnIndex) =>
_cellColumnForDisplayColumnIndex(row, columnIndex)?.onDoubleTap != null;