width static method

double width(
  1. double width
)

This method is used to set the width in percentage

Implementation

static double width(double width) {
  return SpacerUtil.width * width;
}