PsSubpath constructor
const
PsSubpath({
- required bool closed,
- required List<
PsBezierKnot> knots, - int operation = 1,
- int flags = 0,
Creates a semantic contour.
Implementation
const PsSubpath({
required this.closed,
required this.knots,
this.operation = 1,
this.flags = 0,
});