SvgProvider constructor
const
SvgProvider(})
Width and height can also be specified from Image constructor. Default size is 100x100 logical pixels. Different size can be specified in Image parameters
Implementation
const SvgProvider(
this.path, {
this.size,
this.scale,
this.color,
this.source = SvgSource.asset,
this.svgGetter,
});