bold property

TextStyle? bold

Make this TextStyle font bold

Implementation

TextStyle? get bold => this?.copyWith(fontWeight: FontWeight.bold);