AndomieIcon<T extends Object?> class

Implementers

Constructors

AndomieIcon({T? regular, T? solid, T? bold})
const

Properties

bold → T
no setter
boldOrNull → T?
no setter
hashCode int
The hash code for this object.
no setteroverride
regular → T
no setter
regularOrNull → T?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
solid → T
no setter
solidOrNull → T?
no setter
stringify String
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
regularBold(bool selected) → T
regularBoldOrNull(bool selected) → T?
regularSolid(bool selected) → T
regularSolidOrNull(bool selected) → T?
toString() String
A string representation of this object.
override

Operators

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