screenPadding property

EdgeInsets screenPadding

The parts of the display that are partially obscured by system UI typically by the hardware display "notches" or the system status bar.

useful for example if you need to know the size of the status bar in android

Implementation

EdgeInsets get screenPadding => this.mediaQuery.padding;