handleRowSecondaryTap method

void handleRowSecondaryTap(
  1. TreeRow row
)

Emits a public row secondary-tap callback.

Implementation

void handleRowSecondaryTap(TreeRow row) {
  row.sourceNode?.onSecondaryTap?.call(_rowEventFor(row));
}