getStatusHeight method

double getStatusHeight()

获取状态栏高度

Implementation

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