FxTextBuilder class

Available Extensions
Annotations

Constructors

FxTextBuilder(String _text)
FxTextBuilder.existing(String _text, TextStyle? _textStyle)

Properties

black FxTextBuilder?
no setterinherited
bold FxTextBuilder
no setter
center FxTextBuilder
no setter
flutterColor Color?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
italic FxTextBuilder
no setter
lineThrough FxTextBuilder
no setter
lowercase FxTextBuilder
no setter
overline FxTextBuilder
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transparent FxTextBuilder?
no setterinherited
underline FxTextBuilder
no setter
uppercase FxTextBuilder
no setter
white FxTextBuilder?
no setterinherited

Methods

blue(int shade) FxTextBuilder?
inherited
color(Color color) FxTextBuilder
fontFamily(String family) FxTextBuilder
gray(int shade) FxTextBuilder?
inherited
green(int shade) FxTextBuilder?
inherited
hexColor(String colorHex) FxTextBuilder
indigo(int shade) FxTextBuilder?
inherited
lineHeight(double value) FxTextBuilder
locale(Locale value) FxTextBuilder
make({Key? key}) → AutoSizeText
maxFontSize(double value) FxTextBuilder
maxLines(int lines) FxTextBuilder
minFontSize(double value) FxTextBuilder
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
orange(int shade) FxTextBuilder?
inherited
pink(int shade) FxTextBuilder?
inherited
presetFontSizes(List<double> value) FxTextBuilder
purple(int shade) FxTextBuilder?
inherited
red(int shade) FxTextBuilder?
inherited
scale(double scale) FxTextBuilder
setChildToColor(FxTextBuilder child) → void
inherited
size(double size) FxTextBuilder
sizeGroup(AutoSizeGroup group) FxTextBuilder
spacing(double space) FxTextBuilder
stepGranularity(double value) FxTextBuilder
teal(int shade) FxTextBuilder?
inherited
text(String text) FxTextBuilder
textAlign(TextAlign textAlign) FxTextBuilder
textStyle(TextStyle _style) FxTextBuilder
Use textStyle to provide custom or any theme style.
toString() String
A string representation of this object.
inherited
weight(FontWeight weight) FxTextBuilder
wrapWords(bool value) FxTextBuilder
yellow(int shade) FxTextBuilder?
inherited

Operators

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