screenWidth static method

double screenWidth()

获取屏幕宽度

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

Implementation

static double screenWidth() => MediaQuery.of(getCurrentContext()!).size.width;