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