subtitleLight constant

TextStyle const subtitleLight

Implementation

static const TextStyle subtitleLight = TextStyle(
  fontSize: 14.0,
  fontWeight: FontWeight.bold,
  color: Color(0xFFB0BEC5), // Colors.blueGrey[400]
);