CircleShapeParams class

class to define circle shape params

Annotations

Constructors

CircleShapeParams({double radiusX = 100, double radiusY = 100, double startAngle = 0, double endAngle = 360})
const

Properties

endAngle double
Ending angle for the 1st item. Anticlockwise with 0° on the right
final
hashCode int
The hash code for this object.
no setterinherited
radiusX double
Horizontal radius
final
radiusY double
Vertical radius
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startAngle double
Starting angle for the 1st item. Anticlockwise with 0° on the right
final

Methods

copyWith({double? radiusX, double? radiusY, double? startAngle, double? endAngle}) CircleShapeParams
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