radiusZoom property
double
get
radiusZoom
Implementation
double get radiusZoom {
return cpn == null ? radius : radius / cpn!.game.camera.viewfinder.zoom;
}
double get radiusZoom {
return cpn == null ? radius : radius / cpn!.game.camera.viewfinder.zoom;
}