TextStyled class

Constructors

TextStyled({TextStyle textStyle = const TextStyle(), TextAlign textAlign = TextAlign.start, bool softWrap = true, TextOverflow overflow = TextOverflow.clip, int? maxLines})

Properties

hashCode int
The hash code for this object.
no setterinherited
maxLines int?
final
overflow TextOverflow
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
softWrap bool
final
textAlign TextAlign
final
textStyle TextStyle
final

Methods

getRichText(String text) RichText
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 ==(Object other) bool
The equality operator.
inherited