paddingScreen function

EdgeInsets paddingScreen()

Returns the padding of the screen. The padding is obtained from the MediaQuery of the appNavigator.context.

Implementation

EdgeInsets paddingScreen() => MediaQuery.of(appNavigator.context).padding;