RxText constructor
RxText(Stream<String> stream, { Key key, String initialData, ErrorBuilder<String> errorBuilder, PlaceHolderBuilder placeHolderBuilder, TextStyle style, TextAlign textAlign, TextDirection textDirection, Locale locale, bool softWrap, TextOverflow overflow, double textScaleFactor, int maxLines, String semanticsLabel })
Implementation
RxText(
Stream<String> stream, {
Key key,
String initialData,
this.errorBuilder,
this.placeHolderBuilder,
this.style,
this.textAlign,
this.textDirection,
this.locale,
this.softWrap,
this.overflow,
this.textScaleFactor,
this.maxLines,
this.semanticsLabel,
}) : super(
stream,
initialData,
key: key,
);