statusBarHeight property

double get statusBarHeight

状态栏高度

Implementation

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