presentationAttributeConfigs property

  1. @override
List<SVGPresentationAttributeConfig> presentationAttributeConfigs
override

Implementation

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