fullWidth static method

double fullWidth()

return width of screen

Implementation

static double fullWidth() {
  return _screenWidth;
}