PolygonDesign class

Constructors

PolygonDesign({required DesignType polygon, double polygonRadius = 7.0, double polygonSpacer = 21.0})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
polygon DesignType
Add a polygon design type. This should not be null. This must be one of these DesignType.polygon_diamond, DesignType.polygon_arrow, DesignType.polygon_pentagon, DesignType.polygon_square, DesignType.polygon_circle
final
polygonRadius double
Add a radius for the polygons you've choosed. The default is polygonRadius = 7.0
final
polygonSpacer double
Add the space between the polygons you've choosed. The default is polygonSpacer = 21.0
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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