Morph constructor
Morph(
- RoundedPolygon start,
- RoundedPolygon end
Implementation
Morph(this.start, this.end)
: morphMatch = UnmodifiableListView(match(start, end));
Morph(this.start, this.end)
: morphMatch = UnmodifiableListView(match(start, end));