FxTextStyle constructor
const
FxTextStyle({
- Color? color,
- double? size,
- double? height,
- double textScale = 1.0,
- TextStyle? textStyle,
- int? maxLines,
- TextOverflow overflow = TextOverflow.clip,
- TextAlign? textAlign,
- FontWeight? fontWeight,
- Color? linkColor,
- FontWeight? linkFontWeight = FontWeight.w500,
Implementation
const FxTextStyle({
this.color,
this.size,
this.height,
this.textScale = 1.0,
this.textStyle,
this.maxLines,
this.overflow = TextOverflow.clip,
this.textAlign,
this.fontWeight,
this.linkColor,
this.linkFontWeight = FontWeight.w500,
});