fillShader property

Shader? fillShader
final

The shader to fill the shape.

It won't be interpolated in animation.

Only one of fillColor, fillGradient, fillShader can be set.

Implementation

final Shader? fillShader;