screenWidth static method

double screenWidth()

Implementation

static double screenWidth() {
  return window.physicalSize.width;
}