stroke property

DrawablePaint? stroke
final

If not null and not identical with DrawablePaint.empty, will result in a stroke for the rendered DrawableShape. Drawn after the fill.

Implementation

final DrawablePaint? stroke;