FxText.b2 constructor
FxText.b2(
- String text, {
- TextStyle? style,
- int? fontWeight,
- bool muted = false,
- bool xMuted = false,
- double? letterSpacing,
- Color? color,
- TextDecoration decoration = TextDecoration.none,
- double? height,
- double wordSpacing = 0,
- double? fontSize,
- FxTextType textType = FxTextType.b2,
- Key? key,
- TextAlign? textAlign,
- int? maxLines,
- Locale? locale,
- TextOverflow? overflow,
- String? semanticsLabel,
- bool? softWrap,
- StrutStyle? strutStyle,
- TextDirection? textDirection,
- TextHeightBehavior? textHeightBehavior,
- double? textScaleFactor,
- TextWidthBasis? textWidthBasis,
Implementation
FxText.b2(this.text,
{this.style,
this.fontWeight,
this.muted = false,
this.xMuted = false,
this.letterSpacing,
this.color,
this.decoration = TextDecoration.none,
this.height,
this.wordSpacing = 0,
this.fontSize,
this.textType = FxTextType.b2,
this.key,
this.textAlign,
this.maxLines,
this.locale,
this.overflow,
this.semanticsLabel,
this.softWrap,
this.strutStyle,
this.textDirection,
this.textHeightBehavior,
this.textScaleFactor,
this.textWidthBasis});