Glyph class

Constructors

Glyph(String char, [Color? fore, Color? back])
Glyph.fromCharCode(int char, [Color? fore, Color? back])
const
Glyph.fromDynamic(Object charOrCharCode, [Color? fore, Color? back])
factory

Properties

back Color
final
char int
final
fore Color
final
hashCode int
The hash code for this object.
no setteroverride
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.
override

Constants

clear → const Glyph
The empty glyph: a clear glyph using the default background color Color.black.