SVGRenderBoxBuilder class

Constructors

SVGRenderBoxBuilder(Future<ImageLoadResponse> imageLoader, {required Element target})

Properties

gumboPtr Pointer<NativeGumboOutput>
latefinal
hashCode int
The hash code for this object.
no setterinherited
height double?
getter/setter pair
imageLoader Future<ImageLoadResponse>
final
root Pointer<NativeGumboNode>
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
target Element
final
viewBox Rect?
getter/setter pair
width double?
getter/setter pair

Methods

decode() Future<RenderBoxModel>
getIntrinsicSize() Size
getSVGRenderBox(String tagName) RenderBoxModel
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAttribute(String tagName, RenderBoxModel model, String name, String value) → void
toString() String
A string representation of this object.
inherited

Operators

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