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