SvgIcon constructor

const SvgIcon(
  1. SvgData data, {
  2. Key? key,
  3. double? width,
  4. double? height,
})

Implementation

const SvgIcon(this.data, {super.key, this.width, this.height});