bold property

bool? bold
final

Indicates whether the text should be bold.

bold is a boolean flag. If set to true, the text will be printed in bold style. This can be useful for emphasizing important information.

Default value is false.

Implementation

final bool? bold;