fill property

Fill? fill
final

The fill 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 Fill? fill;