text property
VText
get
text
Implementation
VText get text => VText(
data,
style: style,
align: textAlign,
maxLines: maxLines,
overflow: overflow,
textScaler: textScaler,
strutStyle: strutStyle,
textDirection: textDirection,
locale: locale,
softWrap: softWrap,
semanticsLabel: semanticsLabel,
semanticsIdentifier: semanticsIdentifier,
textWidthBasis: textWidthBasis,
textHeightBehavior: textHeightBehavior,
selectionColor: selectionColor,
);