titleLarge constant

TextStyle const titleLarge

Implementation

static const TextStyle titleLarge = TextStyle(
  fontSize: 22,
  fontWeight: medium,
  letterSpacing: 0,
  height: 1.27,
);