ShapesGenrator class

Constructors

ShapesGenrator.new({double radius = 200, Offset center = Offset.zero, double angle = 0})

Properties

angle double
getter/setter pair
center Offset
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
radius double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createPath(String type) Path
createWavePath(dynamic type) Path
drawHeart() Path
drawPolygon(int num, {double initialAngle = 0}) Path
drawStar(int num, {double initialAngle = 0}) Path
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
radians(double degree) double
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited