clone method
Return a new camera with the same properties as this one.
Implementation
@override
PerspectiveCamera clone([bool? recursive = true]) {
return PerspectiveCamera()..copy(this, recursive);
}
Return a new camera with the same properties as this one.
@override
PerspectiveCamera clone([bool? recursive = true]) {
return PerspectiveCamera()..copy(this, recursive);
}