TextProperties class

Constructors

TextProperties({int? maxLines, TextOverflow? overflow, Color? selectionColor, String? semanticsLabel, bool? softWrap, StrutStyle? strutStyle, TextAlign? textAlign, TextDirection? textDirection})
const

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
selectionColor Color?
final
semanticsLabel String?
final
softWrap bool?
final
strutStyle StrutStyle?
final
textAlign TextAlign?
final
textDirection TextDirection?
final

Methods

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