SvgImage constructor

const SvgImage(
  1. String string, {
  2. Key? key,
  3. double? width,
  4. double? height,
})

Implementation

const SvgImage(
  this.string, {
  Key? key,
  this.width,
  this.height,
}) : super(key: key);