TouchModel class

Touch point with properties

Constructors

TouchModel({required double x, required double y, required double z, required double force, required bool isShow})
Touch point with properties

Properties

force double
Pressing force on the liquid element. x
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isShow bool
whether to show a short touch (Tap) on the LiquidContainer
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x double
Coordinate x
getter/setter pair
y double
Coordinate y
getter/setter pair
z double
Coordinate z (Not supported at the moment)
getter/setter pair

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