presentationAttributeConfigs property
Implementation
@override
get presentationAttributeConfigs => super.presentationAttributeConfigs
..addAll([
SVGPresentationAttributeConfig('font-size'),
SVGPresentationAttributeConfig('font-family'),
SVGPresentationAttributeConfig('fill'),
SVGPresentationAttributeConfig('fill-rule'),
SVGPresentationAttributeConfig('clip-path'),
SVGPresentationAttributeConfig('stroke'),
SVGPresentationAttributeConfig('stroke-width'),
SVGPresentationAttributeConfig('stroke-linecap'),
SVGPresentationAttributeConfig('stroke-linejoin'),
SVGPresentationAttributeConfig('transform')
]);