IconData class

A description of an icon fulfilled by a font glyph.

Annotations
  • @immutable

Constructors

IconData(int codePoint, {bool matchTextDirection = false})
Creates icon data.
const

Properties

codePoint → int
The Unicode code point at which this icon is stored in the icon font.
final
hashCode → int
The hash code for this object.
no setterinherited
matchTextDirection → bool
Whether this icon should be automatically mirrored in right-to-left environments.
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