hasCellSecondaryTapCallback method

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

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

Implementation

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