widthR method

double widthR(
  1. double percent
)

Implementation

double widthR(double percent) {
  return width * percent / 100;
}