physicalWidth method

double physicalWidth()

Physical width of the screen

Implementation

double physicalWidth() {
  return (physicalScreenSize().width);
}