EtchArc class
Draws an arc on the canvas
- Inheritance
-
- Object
- EtchElement
- EtchArc
Constructors
- EtchArc({required Rect rect, required double startAngle, required double sweepAngle, bool useCenter = true, EtchStyle? etchStyle})
- EtchArc.alignment({required Offset topLeftAlignment, required Offset bottomRightAlignment, required double startAngle, required double sweepAngle, bool useCenter = true, EtchStyle? etchStyle})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
paint(
Canvas canvas, Size size) → void -
override
-
shouldRepaint(
covariant EtchElement oldElement) → bool -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited