Txt class

Txt ~ Text and TextStyle configuration class.

Inheritance

Constructors

Txt()

Properties

color_hint Txt
no setter
color_onBackground Txt
no setter
data TxtData
getter/setter pairinherited
fallback TxtData
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size_10 Txt
no setter
size_12 Txt
no setter
size_14 Txt
no setter
size_16 Txt
no setter
size_18 Txt
no setter
size_24 Txt
no setter
toRecognizer GestureRecognizer?
no setter
toTextStyle TextStyle
no setter

Methods

$ace(Ace shadow) Txt
$ink(Ink react) Txt
call() Widget
override
color(Color color) Txt
highlight(String charseq, Txt config) Txt
inline(List<Txt> children) Txt
lerp(dynamic txt) Txt
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
save() Txt
size(double size) Txt
toString() String
A string representation of this object.
override
withAlign(TextAlign? align) Txt
withBaseline(TextBaseline? baseline) Txt
withChild(Widget? child) Txt
command to set child
inherited
withDecoration(TextDecoration? decoration) Txt
withOverflow(TextOverflow? overflow) Txt
withStyle(FontStyle? style) Txt
withText(String? text) Txt
withWeight(FontWeight? weight) Txt

Operators

operator &(dynamic data) Txt
inherited
operator *(double factor) Txt
override
operator +(Txt operand) Txt
override
operator -(Txt operand) Txt
override
operator ==(Object other) bool
The equality operator.
inherited
operator |(dynamic data) Txt
inherited