strikethroughColor property

Color? strikethroughColor
getter/setter pair

The color of the strikethrough.

The value of this attribute is a Color object. The default value is null, indicating same as foreground color.

Implementation

Color? strikethroughColor;