RoundedPolygon.fromPolygon constructor
RoundedPolygon.fromPolygon(
- RoundedPolygon source
Implementation
factory fromPolygon(RoundedPolygon source) =>
.new(source.features, source.center);