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