titleLarge constant

TextStyle const titleLarge

Implementation

static const TextStyle titleLarge = TextStyle(
  fontSize: 24.0,
  fontWeight: FontWeight.bold,
  color: Color(0xFF263238),
);