devicePhysicalSize property
      
      Size
      get
      devicePhysicalSize
      
    
    
The physical size of the screen.
This value updates automatically when the device switches from landscape to portrait.
Implementation
Size get devicePhysicalSize {
  return fundamentals.device.physicalSize;
}