hasCellDoubleTapCallback method

bool hasCellDoubleTapCallback(
  1. TreeRow row,
  2. int columnIndex
)

Whether a cell double-tap callback is configured for row and columnIndex.

Implementation

bool hasCellDoubleTapCallback(TreeRow row, int columnIndex) =>
    _cellColumnForDisplayColumnIndex(row, columnIndex)?.onDoubleTap != null;