ShapeData class

Constructors

ShapeData({required Color shapeColor, required double initialx, required double initialy, required double finalx, required double finaly, required double radius, required String shapeType, required double strokeWidth})

Properties

finalx double
final
finaly double
final
hashCode int
The hash code for this object.
no setterinherited
initialx double
final
initialy double
final
radius double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shapeColor Color
final
shapeType String
final
strokeWidth double
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 other) bool
The equality operator.
inherited