TextStyle constructor

const TextStyle(
  1. AstNode? fontFamily,
  2. AstNode? fontSize,
  3. AstNode? color,
  4. FontWeight? fontWeight,
)

Implementation

const TextStyle(this.fontFamily, this.fontSize, this.color, this.fontWeight);