textStyle property

TextStyle textStyle
final

Implementation

final TextStyle textStyle = TextStyle(
  color: Colors.white.withAlpha(240),
  fontSize: 22,
  letterSpacing: 1,
  fontWeight: FontWeight.w900,
);