Svg constructor

const Svg({
  1. Key? key,
  2. double? size,
  3. Color? color,
  4. String? image,
})

Implementation

const Svg({super.key, this.size, this.color, this.image});