stroke property

Stroke? stroke
final

The stroke properties, if any, to apply to shapes drawn with this paint.

If both stroke and fill are non-null, the fill is painted first, followed by stroke.

Implementation

final Stroke? stroke;