UcgInteractableSvg constructor
const
UcgInteractableSvg({})
Implementation
const UcgInteractableSvg({
Key? key,
required this.svgAddress,
required this.onChanged,
this.width,
this.height,
this.selectedColor,
this.isMultiSelectable = false,
this.unSelectableColor,
this.unSelectableText,
this.isActivePadding = true,
}) : super(key: key);