statusBarHeight property

double get statusBarHeight

Returns the height of the status bar.

Implementation

double get statusBarHeight => MediaQuery.of(this).padding.top;