headlineSmall constant

TextStyle const headlineSmall

Implementation

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