NamedIconContainer constructor

NamedIconContainer(
  1. Getter<IconResolver> _iconResolver, {
  2. Color? defaultColor,
  3. double defaultIconSize = 40,
})

Implementation

NamedIconContainer(this._iconResolver,
    {this.defaultColor, this.defaultIconSize = 40});