TextConfig constructor
const
TextConfig(
- String text,
- double xAnchorMultiplier,
- String? fontFamily,
- FontWeight fontWeight,
- double fontSize,
- TextDecoration decoration,
- TextDecorationStyle decorationStyle,
- Color decorationColor,
Create a new TextStyle
object.
Implementation
const TextConfig(
this.text,
this.xAnchorMultiplier,
this.fontFamily,
this.fontWeight,
this.fontSize,
this.decoration,
this.decorationStyle,
this.decorationColor,
);