getStandardWidth method

double getStandardWidth ()

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

Implementation

static double getStandardWidth() {
  return 0.25;
}