italic property

bool? italic
final

Indicates whether the text should be italicized.

italic is a boolean flag. If set to true, the text will be printed in an italic style, often used for emphasis or quotes.

Default value is false.

Implementation

final bool? italic;