height static method

double height(
  1. double height
)

This method is used to set the height in percentage

Implementation

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