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