SerialTapCancelDetails class Null safety
Details for GestureSerialTapCancelCallback, such as the tap count within the series.
See also:
- SerialTapGestureRecognizer, which passes this information to its SerialTapGestureRecognizer.onSerialTapCancel callback.
Constructors
- SerialTapCancelDetails({int count = 1})
- Creates details for a GestureSerialTapCancelCallback. [...]
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited