headlineLarge constant

TextStyle const headlineLarge

Implementation

static const headlineLarge = TextStyle(
  fontWeight: AppFontWeight.regular,
  fontSize: 32,
  height: 1.25,
  letterSpacing: 0,
);