RoundedPolygon.from constructor

RoundedPolygon.from(
  1. RoundedPolygon roundedPolygon
)

Creates a copy of the given RoundedPolygon.

Implementation

RoundedPolygon.from(RoundedPolygon roundedPolygon)
    : this._(roundedPolygon.features, roundedPolygon.center);