fill method

  1. @override
OpSet fill(
  1. List<PointD> points
)
override

Implementation

@override
OpSet fill(List<PointD> points) {
  return OpSet(type: OpSetType.fillSketch, ops: []);
}