text property

VText get text

Converts a Text widget to a VText widget for chainable styling.

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,
);