SvgLoader<T> class
abstract
A BytesLoader that parses a SVG data in an isolate and creates a vector_graphics binary representation.
- Inheritance
-
- Object
- BytesLoader
- SvgLoader
- Annotations
Constructors
- SvgLoader({SvgTheme? theme, ColorMapper? colorMapper})
-
See class doc.
const
Properties
- colorMapper → ColorMapper?
-
The ColorMapper used to transform colors from the SVG, if any.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- theme → SvgTheme?
-
The theme to determine currentColor and font sizing attributes.
final
Methods
-
cacheKey(
BuildContext? context) → SvgCacheKey -
Create an object that can be used to uniquely identify this asset
and loader combination.
override
-
getTheme(
BuildContext? context) → SvgTheme - Returns the svg theme.
-
loadBytes(
BuildContext? context) → Future< ByteData> -
This method intentionally avoids using
await
to avoid unnecessary event loop turns. This is meant to to help tests in particular.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
prepareMessage(
BuildContext? context) → Future< T?> - Will be called
-
provideSvg(
T? message) → String -
Will be called in
compute
with the result of prepareMessage. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited