VectorCircle class
A Vector circle element.
- Inheritance
-
- Object
- VectorDrawableElement
- VectorCircle
Constructors
- VectorCircle({required Offset position, required double radius, DrawingParameters? drawingParameters})
- position (Offset) REQUIRED : Position of the Circle radius (double) REQUIRED : Radius of the Circle drawingParameters (DrawingParameters) : drawing parameters for this Circle
Properties
- drawingParameters ↔ DrawingParameters?
-
Drawing parameters for this element
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- position ↔ Offset
-
Position of the Circle
getter/setter pair
- radius ↔ double
-
Radius of the Circle
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
paintIntoCanvas(
Canvas targetCanvas, DrawingParameters? parentDrawingParameters) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited