TextAttributes class Attributes

Widget:

Constructors

TextAttributes({TextStyle? style, TextStyleToken? styleRef, StrutStyle? strutStyle, TextAlign? textAlign, Locale? locale, bool? softWrap, TextOverflow? overflow, double? textScaleFactor, int? maxLines, TextWidthBasis? textWidthBasis, TextHeightBehavior? textHeightBehavior})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
locale Locale?
final
maxLines int?
final
overflow TextOverflow?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
softWrap bool?
final
strutStyle StrutStyle?
final
style TextStyle?
final
styleRef TextStyleToken?
final
textAlign TextAlign?
final
textHeightBehavior TextHeightBehavior?
final
textScaleFactor double?
final
textWidthBasis TextWidthBasis?
final

Methods

copyWith({TextStyle? style, TextStyleToken? styleRef, StrutStyle? strutStyle, TextAlign? textAlign, Locale? locale, bool? softWrap, TextOverflow? overflow, double? textScaleFactor, int? maxLines, String? semanticsLabel, TextWidthBasis? textWidthBasis, TextHeightBehavior? textHeightBehavior}) TextAttributes
merge(TextAttributes? other) TextAttributes
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.
override