SvgIconData constructor

const SvgIconData(
  1. String name, {
  2. String? package,
  3. String? prefix,
  4. bool? reflectable,
  5. bool? reflected,
  6. SvgColorSource colorSource = SvgColorSource.iconThemeColor,
})

Create an instance of SvgIconData

Implementation

const SvgIconData(this.name,
    {this.package,
    this.prefix,
    this.reflectable,
    this.reflected,
    this.colorSource = SvgColorSource.iconThemeColor});