subtitle constant
TextStyle
const subtitle
Implementation
static const TextStyle subtitle = TextStyle(
fontSize: 14.0,
fontWeight: FontWeight.w600,
color: Color(0xFF607D8B), // Colors.blueGrey[600]
);