headlineLarge constant

TextStyle const headlineLarge

Implementation

static const headlineLarge = TextStyle(
  fontSize: 32,
  fontWeight: FontWeight.w400,
  letterSpacing: 0,
  color: RALIColors.textPrimary,
);