smallTitleGrey constant

TextStyle const smallTitleGrey

Implementation

static const TextStyle smallTitleGrey = TextStyle(
  fontSize: 15.0,
  fontWeight: FontWeight.bold,
  color: Color(0xFF78909C), // Colors.blueGrey[600]
);