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