FlatSubpath constructor
FlatSubpath(
- Float64List points, {
- required bool closed,
Implementation
FlatSubpath(this.points, {required this.closed});
FlatSubpath(this.points, {required this.closed});