ModifyPageOptions constructor
ModifyPageOptions({
- ImageRotation rotation = ImageRotation.NONE,
- List<
Point< ? polygon,double> > - List<
ParametricFilter> ? filters,
Implementation
ModifyPageOptions({
this.rotation = ImageRotation.NONE,
List<Point<double>>? polygon,
List<ParametricFilter>? filters,
}) : polygon = polygon ?? null,
filters = filters ?? null;