ShapesGenrator class
Constructors
- ShapesGenrator.new({double radius = 200, Offset center = Offset.zero, double angle = 0})
Properties
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