getStatusBarHeight static method

double getStatusBarHeight(
  1. BuildContext context
)

Implementation

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