TextBuilder class

Annotations

Constructors

TextBuilder(String _text)

Properties

autoSize TextBuilder
no setter
bold TextBuilder
no setter
center TextBuilder
no setter
ellipsis TextBuilder
no setter
end TextBuilder
no setter
fade TextBuilder
no setter
hashCode int
The hash code for this object.
no setterinherited
italic TextBuilder
no setter
justify TextBuilder
no setter
lineThrough TextBuilder
no setter
overline TextBuilder
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start TextBuilder
no setter
tr TextBuilder
no setter
underline TextBuilder
no setter
visible TextBuilder
no setter

Methods

align(TextAlign align) TextBuilder
color(Color color) TextBuilder
fontFamily(String family) TextBuilder
fontSize(double size) TextBuilder
fontWeight(FontWeight value) TextBuilder
letterSpacing(double val) TextBuilder
make({Key? key}) Widget
maxLines(int lines) TextBuilder
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
overflow(TextOverflow overflow) TextBuilder
setBold(bool value) TextBuilder
softWrap(bool softWrap) TextBuilder
strutStyle(StrutStyle strutStyle) TextBuilder
textBaseLine(TextBaseline baseline) TextBuilder
toString() String
A string representation of this object.
inherited
wordSpacing(double spacing) TextBuilder

Operators

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