FxTextSpan class

Constructors

FxTextSpan(String _text)

Properties

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

Methods

blue(int shade) FxTextSpan?
inherited
color(Color color) FxTextSpan
doubleTap(Function function) FxTextSpan
fontFamily(String family) FxTextSpan
gray(int shade) FxTextSpan?
inherited
green(int shade) FxTextSpan?
inherited
hexColor(String colorHex) FxTextSpan
indigo(int shade) FxTextSpan?
inherited
lineHeight(double value) FxTextSpan
make({Key? key}) TextSpan
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
orange(int shade) FxTextSpan?
inherited
pink(int shade) FxTextSpan?
inherited
purple(int shade) FxTextSpan?
inherited
red(int shade) FxTextSpan?
inherited
setChildToColor(FxTextSpan child) → void
inherited
size(double size) FxTextSpan
spacing(double space) FxTextSpan
tap(Function function) FxTextSpan
teal(int shade) FxTextSpan?
inherited
textStyle(TextStyle _style) FxTextSpan
Use textStyle to provide custom or any theme style.
toString() String
A string representation of this object.
inherited
weight(FontWeight weight) FxTextSpan
withChildren(List<TextSpan> children) FxTextSpan
yellow(int shade) FxTextSpan?
inherited

Operators

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