PathFillType fillType

Determines how the interior of this path is calculated.

Source

PathFillType get fillType => PathFillType.values[_getFillType()];
void fillType=(PathFillType value)

Source

set fillType (PathFillType value) => _setFillType(value.index);