screenHeight static method

double screenHeight()

获取屏幕高度

用于在布局中进行响应式设计

Implementation

static double screenHeight() =>
    MediaQuery.of(getCurrentContext()!).size.height;