SvgFileLoader constructor
const
SvgFileLoader(
- File file, {
- SvgTheme? theme,
- ColorMapper? colorMapper,
Creates an instance of SvgFileLoader.
The file
parameter should point to a file containing valid SVG data.
Implementation
const SvgFileLoader(
this.file, {
super.theme,
super.colorMapper,
});