TapAction class
- Implementers
Constructors
- TapAction({required PreferredAction preferredAction, required double? zOffset, required double? locationX, required double? locationY})
-
TapAction.fromJson(Map<
Object?, Object?> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- locationX → double?
-
final
- locationY → double?
-
final
- preferredAction → PreferredAction
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- zOffset → double?
-
values between 0.0 - 1.0
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited