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