getScreenWidth method

double getScreenWidth()

获取屏幕宽度

Implementation

double getScreenWidth() => MediaQuery.of(this).size.width;