underlineColor property

Color? underlineColor
getter/setter pair

The color of the underline.

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

Implementation

Color? underlineColor;