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