bold property
TextStyle
get
bold
Font weight modifiers
Implementation
TextStyle get bold => _copyWith(fontWeight: FontWeight.bold);
Font weight modifiers
TextStyle get bold => _copyWith(fontWeight: FontWeight.bold);