handleRowSecondaryTap method
Emits a public row secondary-tap callback.
Implementation
void handleRowSecondaryTap(TreeRow row) {
row.sourceNode?.onSecondaryTap?.call(_rowEventFor(row));
}
Emits a public row secondary-tap callback.
void handleRowSecondaryTap(TreeRow row) {
row.sourceNode?.onSecondaryTap?.call(_rowEventFor(row));
}