getStatusBarHeight static method
Get status bar height
Implementation
static double getStatusBarHeight(BuildContext context) {
return MediaQuery.of(context).padding.top;
}
Get status bar height
static double getStatusBarHeight(BuildContext context) {
return MediaQuery.of(context).padding.top;
}