getStandardHeight method

double getStandardHeight ()

Returns the percentage of the view height which one Brick will take up

Implementation

static double getStandardHeight() {
  return 0.07;
}