radius method
Implementation
RadialForce radius([ForceFun? fun]) {
if (fun != null) {
_radiusFun = fun;
_initialize();
}
return this;
}
RadialForce radius([ForceFun? fun]) {
if (fun != null) {
_radiusFun = fun;
_initialize();
}
return this;
}