AssetSvg constructor

const AssetSvg(
  1. String asset, {
  2. double width = 100,
  3. double height = 100,
})

Implementation

const AssetSvg(this.asset, {this.width = 100, this.height = 100});