screenPadding property

EdgeInsets screenPadding

Getter for the screen padding, accounting for safe area insets.

Implementation

EdgeInsets get screenPadding => MediaQuery.of(context).padding;