subtitleStyle constant
TextStyle
const subtitleStyle
Text style for subtitles or secondary headings.
Implementation
static const TextStyle subtitleStyle = TextStyle(
fontSize: 16,
color: Colors.black87,
);