Morph constructor

Morph(
  1. RoundedPolygon start,
  2. RoundedPolygon end
)

Implementation

Morph(this.start, this.end)
  : morphMatch = UnmodifiableListView(match(start, end));