DrawPoint class

Constructors

DrawPoint({required Offset offset, required double scale})
const
DrawPoint.fromJSON(Map encoded)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
offset Offset
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scale double
final

Methods

clone() DrawPoint
Returns a deep clone of this point.
copyWith({Offset? offset, double? scale}) DrawPoint
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
scaleOffset(double scaleX, double scaleY) DrawPoint
toJSON() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object o) bool
The equality operator.
override