statusBarHeight property

double get statusBarHeight

Return the height of status bar

Implementation

double get statusBarHeight => MediaQuery.maybeOf(this)?.padding.top ?? 0.0;