GesturePattern class

Represents a pattern of gestures.

Annotations

Constructors

GesturePattern(List<GestureType> pattern)
Creates a GesturePattern with the given list of GestureTypes.
const
GesturePattern.parse(String sequence)
Parses a string sequence into a GesturePattern.
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
pattern List<GestureType>
The list of gestures that make up this pattern.
final
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
Converts the GesturePattern to a string representation.
override

Operators

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