hasCellTapCallback method

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

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

Implementation

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