StyledCharacter class

Styled character representation.

Constructors

StyledCharacter(int codePoint, TextStyle mStyle)

Properties

codePoint int
The character codepoint
getter/setter pair
hashCode int
Hash code used for the CharacterCache
no setteroverride
image Image?
The bit map image for the character and style
getter/setter pair
mStyle TextStyle
The painting.TextStyle style
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style TextStyle
The ui.TextStyle style
getter/setter pair

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
Equals override use for the CharacterCache
override