bold method
Returns a copy of this style with bold text enabled.
Implementation
TextComponentStyle bold() => copyWith(styles: {...styles, FontStyle.bold});
Returns a copy of this style with bold text enabled.
TextComponentStyle bold() => copyWith(styles: {...styles, FontStyle.bold});