bold method

Returns a copy of this style with bold text enabled.

Implementation

TextComponentStyle bold() => copyWith(styles: {...styles, FontStyle.bold});