bold property
TextStyle?
get
bold
Make this TextStyle font bold
Implementation
TextStyle? get bold => this?.copyWith(fontWeight: FontWeight.bold);
Make this TextStyle font bold
TextStyle? get bold => this?.copyWith(fontWeight: FontWeight.bold);