SVGAPlayerWidget constructor

SVGAPlayerWidget({
  1. Key? key,
  2. String? resUrl,
  3. String? assetsName,
  4. File? file,
})

Implementation

SVGAPlayerWidget({Key? key, this.resUrl, this.assetsName, this.file})
    : super(key: key);