presentationAttributeConfigs property
Implementation
@override
get presentationAttributeConfigs => super.presentationAttributeConfigs
  ..addAll([
    SVGPresentationAttributeConfig('cx'),
    SVGPresentationAttributeConfig('cy'),
    SVGPresentationAttributeConfig('rx'),
    SVGPresentationAttributeConfig('ry'),
    SVGPresentationAttributeConfig('r'),
  ]);