SvgComponent constructor

const SvgComponent({
  1. required String svgPath,
  2. required String text,
  3. Key? key,
})

Implementation

const SvgComponent({required this.svgPath, required this.text, super.key});