SvgLoader<T> constructor
const
SvgLoader<T> ({
- SvgTheme? theme,
- ColorMapper? colorMapper,
Creates an instance of SvgLoader.
Takes an optional theme
to determine currentColor and font sizing
attributes and an optional colorMapper
to transform colors from
the SVG.
Implementation
const SvgLoader({
this.theme,
this.colorMapper,
});