statusBarHeight property
double
get
statusBarHeight
Returns the height of the status bar.
Implementation
double get statusBarHeight => MediaQuery.of(this).padding.top;
Returns the height of the status bar.
double get statusBarHeight => MediaQuery.of(this).padding.top;