safeAreaWidth property

double get safeAreaWidth

Returns the width of the device's safe area.

Implementation

double get safeAreaWidth => width - statusBarHeight - bottomBarHeight;