SvgStringLoader class
A BytesLoader
that parses an SVG string in an isolate and creates a
vector_graphics binary representation.
Constructors
- SvgStringLoader.new(String _svg)
-
See class doc.
const
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
cacheKey(
) → SvgCacheKey -
Create an object that can be used to uniquely identify this asset
and loader combination.
inherited
-
getTheme(
) → SvgTheme -
Returns the svg theme.
inherited
-
loadBytes(
) → Future< ByteData> -
This method intentionally avoids using
await
to avoid unnecessary event loop turns. This is meant to to help tests in particular.inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
prepareMessage(
) → Future< void> -
Will be called
inherited
-
provideSvg(
void message) → String -
Will be called in
compute
with the result of prepareMessage.override -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override