TTextBox class

Inheritance

Constructors

TTextBox({required int x, required int y, TFont font = TFont.tss16, TRotation rotation = TRotation.rotation_0, bool rotationType = false, required int mulX, required int mulY, required int width, required int lineSpace, required bool isBold, required String content})

Properties

appendClause List<CommandClause>
finalinherited
hashCode int
The hash code for this object.
no setterinherited
prependClause List<CommandClause>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

append(Arg<String> arg) TTextBox
inherited
clause() → CommandClause
override
clauses() List<CommandClause>
inherited
clear() → void
inherited
override
newline() bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prepend(Arg<String> arg) TTextBox
inherited
toString() String
A string representation of this object.
inherited

Operators

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