SVGPresentationAttributeConfig constructor

SVGPresentationAttributeConfig(
  1. String name, {
  2. bool property = false,
})

Implementation

SVGPresentationAttributeConfig(this.name, {this.property = false})
    : camelName = camelize(name);