StatusAlertTextConfiguration class

Constructors

StatusAlertTextConfiguration({InlineSpan? textSpan, Key? key, TextStyle style = const TextStyle(fontFamily: 'SFNS'), StrutStyle? strutStyle, TextAlign textAlign = TextAlign.center, TextDirection? textDirection, Locale? locale, bool? softWrap, TextOverflow? overflow, double? textScaleFactor, int? maxLines, String? semanticsLabel, TextWidthBasis? textWidthBasis})

Properties

hashCode int
The hash code for this object.
no setterinherited
key Key?
Key
getter/setter pair
locale Locale?
Used to select a font when the same Unicode character can be rendered differently, depending on the locale.
getter/setter pair
maxLines int?
An optional maximum number of lines for the text to span, wrapping if necessary. If the text exceeds the given number of lines, it will be truncated according to overflow.
getter/setter pair
overflow TextOverflow?
How visual overflow should be handled.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
semanticsLabel String?
An alternative semantics label for this text.
getter/setter pair
softWrap bool?
Whether the text should break at soft line breaks.
getter/setter pair
strutStyle StrutStyle?
The strut style to use. Strut style defines the strut, which sets minimum vertical layout metrics.
getter/setter pair
style TextStyle
If non-null, the style to use for this text.
getter/setter pair
textAlign TextAlign
How the text should be aligned horizontally.
getter/setter pair
textDirection TextDirection?
The directionality of the text.
getter/setter pair
textScaleFactor double?
The number of font pixels for each logical pixel.
getter/setter pair
textSpan InlineSpan?
The text to display as a InlineSpan.
getter/setter pair
textWidthBasis TextWidthBasis?
Defines how to measure the width of the rendered text.
getter/setter pair

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