styleBold method
Merges bold into whatever the style would have been.
Implementation
TextStyle styleBold() {
return const TextStyle(fontWeight: FontWeight.bold);
}
Merges bold into whatever the style would have been.
TextStyle styleBold() {
return const TextStyle(fontWeight: FontWeight.bold);
}