headlineSmall constant

TextStyle const headlineSmall

Implementation

static const TextStyle headlineSmall = TextStyle(
  fontSize: 18,
  fontWeight: FontWeight.w600,
  height: 1.3,
);