clear property

Set<GestureType>? clear
getter/setter pair

Gesture types that will clear selections.

Note that any triggered clear type will clear any current selection, even if it's defined in another selection.

If null, a default {GestureType.doubleTap} is set.

Implementation

Set<GestureType>? clear;