presentationAttributeConfigs property
Implementation
@override
get presentationAttributeConfigs => super.presentationAttributeConfigs
  ..addAll([
    SVGPresentationAttributeConfig('x', property: true),
    SVGPresentationAttributeConfig('y', property: true),
    SVGPresentationAttributeConfig('dx', property: true),
    SVGPresentationAttributeConfig('dy', property: true),
  ]);