SvgCanvas constructor Null safety
Generate a SVG structure width width of SVG height height of SVG children three with SVG elements
Implementation
SvgCanvas(
{required this.width,
required this.height,
required this.children,
this.fill});