FxText.t3 constructor
      
      FxText.t3(
    
    
- 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.t3,
- 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.t3(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.t3,
    this.key,
    this.textAlign,
    this.maxLines,
    this.locale,
    this.overflow,
    this.semanticsLabel,
    this.softWrap,
    this.strutStyle,
    this.textDirection,
    this.textHeightBehavior,
    this.textScaleFactor,
    this.textWidthBasis});