getStandardWidth method
Returns the percentage of the view width which one Brick will take up
Implementation
static double getStandardWidth() {
return 0.25;
}
Returns the percentage of the view width which one Brick will take up
static double getStandardWidth() {
return 0.25;
}