RankIconData class

Represents a single icon in the RankIcons font.

Inheritance

Constructors

RankIconData.new(int codePoint, {String fontFamily = iconFont, String fontPackage = iconFontPackage, bool matchTextDirection = false})
Creates a new RankIconData instance.
const

Properties

codePoint int
The Unicode code point of the icon.
final
fontFamily String
The font family of the icon.
final
fontFamilyFallback List<String>?
The ordered list of font families to fall back on when a glyph cannot be found in a higher priority font family.
finalinherited
fontPackage String
The package name of the icon.
final
hashCode int
The hash code for this object.
no setterinherited
matchTextDirection bool
Whether to match the text direction.
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

Constants

iconFont → const String
iconFontPackage → const String