on property

Set<GestureType>? on
getter/setter pair

Gesture types that trigger this selection.

Note that if multiple selections is declared, they can not have conflicting on gesture types.

If null, a default {GestureType.tap} is set for PointSelection.

IntervalSelection's on is fixed to {GestureType.scaleUpdate, GestureType.scroll}.

Implementation

Set<GestureType>? on;