headlineSmall constant

TextStyle const headlineSmall

Implementation

static const headlineSmall = TextStyle(
  fontWeight: AppFontWeight.regular,
  fontSize: 24,
  height: 1.33,
  letterSpacing: 0,
);