hasRowSecondaryTapCallback method

bool hasRowSecondaryTapCallback(
  1. TreeRow row
)

Whether a row secondary-tap callback is configured for row.

Implementation

bool hasRowSecondaryTapCallback(TreeRow row) => row.sourceNode?.onSecondaryTap != null;