ProSvgAsset constructor
const
ProSvgAsset({})
Using svg images are now more easy with ProSvgAsset. Just check parameters and pass values.
Implementation
const ProSvgAsset({
Key? key,
required this.height,
required this.width,
required this.imagePath,
this.color,
this.boxFit,
this.imageAlignment,
this.borderRadius,
}) : super(key: key);