Icon class

Simple container for icons. Models may implement this class, or the HasIcon interface.

Implementers

Constructors

Icon(String? name)
const
Icon.blank()
This constructor can be used when creating an SVG icon. Usage instructions: Set the 'icon' in the component you are using to this blank icon. Use the following svg-icon mixin to render your svg file as an icon: http://google3/third_party/dart_src/acx/material_icon/lib/_mixins.scss?l=45
const

Properties

hashCode int
The hash code for this object.
no setterinherited
name String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited