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