outerRadius method

double outerRadius(
  1. double outerRadius
)

Dynamically calculate the outer factor based on the provided outerRadius

Implementation

double outerRadius(double outerRadius) {
  return (height * outerRadius) / 35;
}