SVG constructor

const SVG(
  1. String image, {
  2. Color? color,
  3. double? size = 24,
})

Implementation

const SVG(this.image, {this.color, this.size = 24});