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