LoopParameters constructor
LoopParameters({})
Implementation
LoopParameters({
this.split = true,
this.uvSmooth = false,
this.preserveEdges = false,
this.flatOnly = false,
int? maxTriangles,
this.weight = 1
}){
this.maxTriangles = maxTriangles ?? double.maxFinite.toInt();
}