presentationAttributeConfigs property
Implementation
@override
get presentationAttributeConfigs => super.presentationAttributeConfigs
  ..addAll([
    SVGPresentationAttributeConfig('x1'),
    SVGPresentationAttributeConfig('y1'),
    SVGPresentationAttributeConfig('x2'),
    SVGPresentationAttributeConfig('y2'),
  ]);