statusBarHeight property

double get statusBarHeight

Return the height of status bar

Implementation

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