presentationAttributeConfigs property

  1. @override
List<SVGPresentationAttributeConfig> presentationAttributeConfigs
override

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')
  ]);