Determines how the interior of this path is calculated.
Source
PathFillType get fillType => PathFillType.values[_getFillType()];
Source
set fillType (PathFillType value) => _setFillType(value.index);
Determines how the interior of this path is calculated.
PathFillType get fillType => PathFillType.values[_getFillType()];
set fillType (PathFillType value) => _setFillType(value.index);