JsonTextBuilder constructor
JsonTextBuilder({
- Locale? locale,
- int? maxLines,
- TextOverflow? overflow,
- String? semanticsLabel,
- bool? softWrap,
- StrutStyle? strutStyle,
- TextStyle? style,
- String? text,
- TextAlign? textAlign,
- TextDirection? textDirection,
- TextHeightBehavior? textHeightBehavior,
- double? textScaleFactor,
- TextWidthBasis? textWidthBasis,
Implementation
JsonTextBuilder({
this.locale,
this.maxLines,
this.overflow,
this.semanticsLabel,
this.softWrap,
this.strutStyle,
this.style,
String? text,
this.textAlign,
this.textDirection,
this.textHeightBehavior,
this.textScaleFactor,
this.textWidthBasis,
}) : text = text ?? '',
super(numSupportedChildren: kNumSupportedChildren);