screenHeight property

double get screenHeight

当前设备高度

Implementation

double get screenHeight => MediaQuery.of(context).size.height;