VectorImageGroup class

A Vector group element (

Inheritance

Constructors

VectorImageGroup({List<VectorDrawableElement>? children, DrawingParameters? drawingParameters})
children (List of VectorDrawableElement) : Children elements of this Group drawingParameters (DrawingParameters) : drawing parameters for this Group

Properties

children List<VectorDrawableElement>?
Children elements of this Group
getter/setter pair
drawingParameters DrawingParameters?
Drawing parameters for this element
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
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