TxtData class

Inheritance

Constructors

TxtData({bool fill = false, String text = '', int? maxLines, FontWeight weight = FontWeight.normal, List<TextDecoration> decorations = const [], TextBaseline? baseline, TextOverflow? overflow, FontStyle? style, TextAlign align = TextAlign.start})

Properties

align TextAlign
getter/setter pair
baseline TextBaseline?
getter/setter pair
child Widget?
getter/setter pairinherited
decorations List<TextDecoration>
getter/setter pair
fill bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxLines int?
getter/setter pair
overflow TextOverflow?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style FontStyle?
getter/setter pair
text String
getter/setter pair
weight FontWeight
getter/setter pair

Methods

lerp(dynamic data) TxtData
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator &(dynamic data) TxtData
inherited
operator *(double operand) TxtData
inherited
operator ==(Object other) bool
The equality operator.
inherited
operator |(dynamic data) TxtData
inherited