physicalWidth property
double
get
physicalWidth
Returns the physical width of the screen.
Implementation
double get physicalWidth => physicalScreenSize.width;
Returns the physical width of the screen.
double get physicalWidth => physicalScreenSize.width;