RoundedPolygon.fromPolygon constructor

RoundedPolygon.fromPolygon(
  1. RoundedPolygon source
)

Implementation

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