presentationAttributeConfigs property

  1. @override
List<SVGPresentationAttributeConfig> get presentationAttributeConfigs
override

Implementation

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