SmartMaskTriggerType enum

The type of timing that is triggered when the mask is clicked

点击遮罩时, 被触发时机的类型

Inheritance

Constructors

SmartMaskTriggerType()
const

Values

down → const SmartMaskTriggerType

Triggered when the mask is clicked (down gesture)

点击到遮罩时(down手势)触发

move → const SmartMaskTriggerType

Click to the mask, trigger when the move gesture (move gesture), if the move event is not triggered, it will be downgraded to the up event trigger

点击到遮罩, 移动手势时(move手势)触发, 如果move事件未触发, 将会降级到up事件触发

up → const SmartMaskTriggerType

Triggered when the mask is tapped and then raised (up gesture)

点击到遮罩, 然后抬起手势时(up手势)触发

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<SmartMaskTriggerType>
A constant List of the values in this enum, in order of their declaration.