EtchCircle class
Draws a circle on the canvas
- Inheritance
-
- Object
- EtchElement
- EtchCircle
Constructors
- EtchCircle({required Offset center, required double radius, EtchStyle? etchStyle})
- EtchCircle.alignment({required Offset centerAlignment, required double radius, 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