Text
Primary nodes
Released in version:
1.0.0
Flutter/Dart link:

Inputs
connector (required)
Widget
Connector for the parent Widget
1.0.0
color
Color
Text color. Defaults to black
1.0.0
fontSize
Double
Font size. Defaults to 16
1.0.0
fontWeight
FontWeight
Font weight. Defaults to Regular
1.0.0
maxLines
Int
Max lines in the text. Defaults to empty which means unlimited lines
1.0.0
overflow
TextOverflow
How visual overflow should be handled.
1.0.13
semanticsLabel
String
An alternative semantics label for this text.
1.0.13
softWrap
Bool
Whether the text should break at soft line breaks
1.0.13
textAlign
TextAlign
Text Align. Defaults to Start
1.0.0
textDirection
TextDirection
The directionality of the text
1.0.13
textScaleFactor
Double
The number of font pixels for each logical pixel
1.0.13
value
String
Text value
1.0.0
Outputs
Last updated