titleStyle constant
Text style for prominent titles.
Implementation
static const TextStyle titleStyle = TextStyle(
fontSize: 20,
fontWeight: FontWeight.bold,
);
Text style for prominent titles.
static const TextStyle titleStyle = TextStyle(
fontSize: 20,
fontWeight: FontWeight.bold,
);