Flutter
widgets
Text
data property
data
description
data
property
Null safety
String
?
data
final
The text to display.
This will be null if a
textSpan
is provided instead.
Implementation
final String? data;
Flutter
widgets
Text
data property
Text class
Constructors
Text
rich
Properties
data
hashCode
key
locale
maxLines
overflow
runtimeType
selectionColor
semanticsLabel
softWrap
strutStyle
style
textAlign
textDirection
textHeightBehavior
textScaleFactor
textSpan
textWidthBasis
Methods
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==