PlatformSvg constructor
PlatformSvg(})
Implementation
PlatformSvg(
this.assetName, {
Key? key,
this.semanticLabel = '',
this.height,
this.width,
this.fit = BoxFit.contain,
}) : super(assetName, key: key);