fill property

DrawablePaint? fill
final

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

Implementation

final DrawablePaint? fill;