safeWidth property

double get safeWidth

Returns the safe width of the screen.

Implementation

double get safeWidth => logicalWidth - paddingLeft - paddingRight;