Flutter - Text Components

name Features
textAlign
Text alignment (center center, left Left
Align, right or right justification justfy alignment)
textDirection
Text direction (LTR Left to right, rtl to
left)
overflow
Word processing mode (clip cut, fade fade, ellipsis ellipsis) after off the screen
maxLines Documents show that the maximum number of rows
 textScaleFactor Font magnification
 style Font style settings 

 Here is TextStyle parameters:

name Features
decoration Decorative lines of text (none no lines, lineThrough strikeout, crossed the overline, underline underline)
decorationColor Text decoration line color
decorationStyle Text decor ([dashed, dotted] dashed lines, double two lines, solid a solid line, wavy wavy line)
wordSpacing
Word gap (if it is negative, the word will become more compact)
letterSpacing
Letter clearance (if negative, the letter will become more compact)
fontStyle
Text style (italic italic, normal normal body)
fontSize
font size
color
Text color
fontWeight
Font weight (bold bold, normal normal body)

Guess you like

Origin www.cnblogs.com/chichung/p/11987327.html