TextStyle constructor
const
TextStyle(
- AstNode? fontFamily,
- AstNode? fontSize,
- AstNode? color,
- FontWeight? fontWeight,
Implementation
const TextStyle(this.fontFamily, this.fontSize, this.color, this.fontWeight);