handleRowDoubleTap method

void handleRowDoubleTap(
  1. TreeRow row
)

Emits a public row double-tap callback.

Implementation

void handleRowDoubleTap(TreeRow row) {
  row.sourceNode?.onDoubleTap?.call(_rowEventFor(row));
}