removeSurface method
Remove the surface at index
.
Implementation
void removeSurface(int index) {
_surfaces.removeAt(index);
updateBounds();
}
Remove the surface at index
.
void removeSurface(int index) {
_surfaces.removeAt(index);
updateBounds();
}