SVGASimpleImage constructor

const SVGASimpleImage({
  1. Key? key,
  2. String? resUrl,
  3. String? assetsName,
})

Implementation

const SVGASimpleImage({Key? key, this.resUrl, this.assetsName})
    : super(key: key);