SvgComponent constructor

SvgComponent({
  1. required String url,
  2. Color? color,
  3. double? width,
  4. double? height,
})

Implementation

SvgComponent({required this.url, this.color, this.width, this.height});