strokeShader property

Shader? strokeShader
final

The shader for shape's outlines.

It won't be interpolated in animation.

Only one of strokeColor, strokeGradient, strokeShader can be set.

Implementation

final Shader? strokeShader;