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