FxRichText class

Available Extensions
Annotations

Constructors

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

Properties

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

Methods

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

Operators

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