strikethrough property

bool? strikethrough
final

Indicates whether the text should have a strikethrough.

strikethrough is a boolean flag. If set to true, a line will be drawn through the middle of the text, often used to indicate deletion or revision.

Default value is false.

Implementation

final bool? strikethrough;