safeAreaWidth property
double
get
safeAreaWidth
Returns the width of the device's safe area.
Implementation
double get safeAreaWidth => width - statusBarHeight - bottomBarHeight;
Returns the width of the device's safe area.
double get safeAreaWidth => width - statusBarHeight - bottomBarHeight;