FxText.caption constructor
FxText.caption(
Implementation
FxText.caption(this.text,
{this.style,
this.fontWeight = 500,
this.muted = false,
this.xMuted = false,
this.letterSpacing,
this.color,
this.decoration = TextDecoration.none,
this.height,
this.wordSpacing = 0,
this.fontSize,
this.textType = FxTextType.caption,
this.key,
this.textAlign,
this.maxLines,
this.locale,
this.overflow,
this.semanticsLabel,
this.softWrap,
this.strutStyle,
this.textDirection,
this.textHeightBehavior,
this.textScaleFactor,
this.textWidthBasis});