titleLarge constant

TextStyle const titleLarge

Implementation

static const TextStyle titleLarge = TextStyle(
  fontSize: 18,
  fontWeight: FontWeight.w500,
  height: 1.4,
);