headlineSmall constant

TextStyle const headlineSmall

Implementation

static const TextStyle headlineSmall = TextStyle(
  fontSize: 20,
  fontWeight: FontWeight.w600,
  color: '#1a1a1a',
);