safeWidth property
double
get
safeWidth
Returns the safe width of the screen.
Implementation
double get safeWidth => logicalWidth - paddingLeft - paddingRight;
Returns the safe width of the screen.
double get safeWidth => logicalWidth - paddingLeft - paddingRight;