logicalWidth method

double logicalWidth()

Logical width of the screen

Implementation

double logicalWidth() {
  return logicalScreenSize().width;
}