SvgData constructor

const SvgData(
  1. String asset, {
  2. double? width,
  3. double? height,
})

Implementation

const SvgData(this.asset, {this.width, this.height});