displaySmall constant

TextStyle const displaySmall

Implementation

static const TextStyle displaySmall = TextStyle(
  fontSize: 24,
  fontWeight: FontWeight.bold,
  height: 1.2,
);