titleWhite constant

TextStyle const titleWhite

Implementation

static const TextStyle titleWhite = TextStyle(
  fontSize: 22.0,
  fontWeight: FontWeight.bold,
  color: Colors.white,
);