azText method

AzText azText()

Implementation

AzText azText() {
  return AzText(data ?? "").internalUseOfAz(
    thisStyle: style,
    thisStrutStyle: strutStyle,
    thisTextAlign: textAlign,
    thisTextDirection: textDirection,
    thisLocale: locale,
    thisSoftWrap: softWrap,
    thisOverflow: overflow,
    thisTextScaler: textScaleFactor,
    thisMaxLines: maxLines,
    thisSemanticsLabel: semanticsLabel,
    thisTextWidthBasis: textWidthBasis,
    thisTextHeightBehavior: textHeightBehavior,
    thisSelectionColor: selectionColor,
  );
}