RenderText class abstract

Constructors

RenderText()

Properties

align ↔ TextAlign
getter/setter pair
bounds AABB
Returns the bounds of the text object (helpful for aligning multiple text objects/procredurally drawn shapes).
no setter
hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
no setter
maxHeight double
getter/setter pair
maxWidth double
getter/setter pair
overflow ↔ TextOverflow
getter/setter pair
paragraphSpacing double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sizing ↔ TextSizing
getter/setter pair

Methods

append(String text, {required Font font, RenderPaint? paint, double size = 16, double lineHeight = -1, double letterSpacing = 0}) → void
clear() → void
dispose() → void
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