GesturePoint class
Constructors
- GesturePoint(int index, double centerX, double centerY)
Properties
Methods
-
checkInside(
double x, double y) → bool -
drawCircle(
Canvas canvas) → void -
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.
override
Static Properties
- linePainter → Paint
-
final
- pointPainter → Paint
-
final