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