titleMediumWhite constant

TextStyle const titleMediumWhite

Implementation

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