PinFillSvg constructor
const
PinFillSvg(})
Implementation
const PinFillSvg(
this.svg, {
Key? key,
this.width = double.infinity,
this.height = double.infinity,
this.color,
this.fit = BoxFit.contain,
this.allowDrawingOutsideViewBox = true,
}) : super(key: key);