RoundedPolygon.from constructor
RoundedPolygon.from(
- RoundedPolygon roundedPolygon
Creates a copy of the given RoundedPolygon.
Implementation
RoundedPolygon.from(RoundedPolygon roundedPolygon)
: this._(roundedPolygon.features, roundedPolygon.center);