textProperties property

TextProperties? textProperties
final

The text properties. Allows to configure: TextProperties.maxLines 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. TextProperties.overflow How visual overflow should be handled. TextProperties.selectionColor The color to use when painting the selection. TextProperties.semanticsLabel An alternative semantics label for this text. TextProperties.softWrap Whether the text should break at soft line breaks. TextProperties.strutStyle The strut style to use. Strut style defines the strut, which sets minimum vertical layout metrics. TextProperties.textAlign How the text should be aligned horizontally. TextProperties.textDirection The directionality of the text.

Implementation

final TextProperties? textProperties;