presentationAttributeConfigs property
Implementation
@override
get presentationAttributeConfigs => super.presentationAttributeConfigs
..addAll([
SVGPresentationAttributeConfig('x', property: true),
SVGPresentationAttributeConfig('y', property: true),
SVGPresentationAttributeConfig('width', property: true),
SVGPresentationAttributeConfig('height', property: true),
SVGPresentationAttributeConfig('rx', property: true),
SVGPresentationAttributeConfig('ry', property: true)
]);