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