paddingScreen function
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;
Returns the padding of the screen.
The padding is obtained from the MediaQuery of the appNavigator.context.
EdgeInsets paddingScreen() => MediaQuery.of(appNavigator.context).padding;