UpdatePoints class

Records realtime updates of ongoing PaintInfo when inDrag.

Annotations

Constructors

UpdatePoints({Offset? start, Offset? end, Paint? painter, PaintMode? mode})
Constructor for ongoing painthistory.

Properties

end Offset?
Records all the offset after first one.
final
hashCode int
The hash code for this object.
no setteroverride
mode PaintMode?
Records PaintMode of the ongoing painting.
final
painter Paint?
Records Paint method of the ongoing painting.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start Offset?
Records the first tap offset,
final

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 o) bool
The equality operator.
override