statusBarHeight property
double
get
statusBarHeight
状态栏高度 dp 刘海屏会更高 The offset from the top, in dp
Implementation
double get statusBarHeight => _data.padding.top;
状态栏高度 dp 刘海屏会更高 The offset from the top, in dp
double get statusBarHeight => _data.padding.top;