Whether a row secondary-tap callback is configured for row.
row
bool hasRowSecondaryTapCallback(TreeRow row) => row.sourceNode?.onSecondaryTap != null;