strokeColor property

Color? strokeColor
getter/setter pair

The color of the stroke.

The value of this parameter is a Color object. If it is not defined (which is the case by default), it is assumed to be the same as the value of foregroundColor; otherwise, it describes the outline color.

Implementation

Color? strokeColor;