SvgSymbol class

Inheritance

Constructors

SvgSymbol.new(Iterable<SvgOperation> children, SvgBrush brush, SvgClipPath clip, SvgTransform transform, SvgPainter painter)
SvgSymbol.fromXml(XmlElement element, SvgPainter painter, SvgBrush brush)
factory

Properties

brush SvgBrush
finalinherited
children Iterable<SvgOperation>
finalinherited
clip SvgClipPath
finalinherited
hashCode int
The hash code for this object.
no setterinherited
painter SvgPainter
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transform SvgTransform
finalinherited

Methods

boundingBox() PdfRect
inherited
draw(PdfGraphics canvas) → void
inherited
drawShape(PdfGraphics canvas) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
paint(PdfGraphics canvas) → void
inherited
paintShape(PdfGraphics canvas) → void
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited