PolyPathD constructor

PolyPathD({
  1. PathD? polygon,
  2. PolyPathD? parent,
  3. required double scale,
})

Implementation

PolyPathD({super.polygon, super.parent, required this.scale});