SvgImageKey constructor
const
SvgImageKey({})
Implementation
const SvgImageKey({
required this.path,
required this.pixelWidth,
required this.pixelHeight,
required this.scale,
required this.source,
this.color,
});