bold property
TextStyle
get
bold
Applies bold weight.
Implementation
TextStyle get bold => copyWith(fontWeight: FontWeight.bold);
Applies bold weight.
TextStyle get bold => copyWith(fontWeight: FontWeight.bold);