presentationAttributeConfigs property

  1. @override
List<SVGPresentationAttributeConfig> get presentationAttributeConfigs
override

Implementation

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