SvgWrapper constructor

const SvgWrapper({
  1. required String name,
  2. required String content,
})

Implementation

const SvgWrapper({
  required this.name,
  required this.content,
});