SvgaDownloadWidget constructor

SvgaDownloadWidget(
  1. String svgaurl, {
  2. required double widht,
  3. String? iconUrl,
  4. double? height,
  5. String? headImage,
})

Implementation

SvgaDownloadWidget(this.svgaurl,
    {required this.widht, this.iconUrl, this.height, this.headImage});