fillType property

PathFillType fillType

Implementation

PathFillType get fillType => PathFillType.values[fillRule];
void fillType=(PathFillType type)

Implementation

set fillType(PathFillType type) => fillRule = type.index;