OpenFlutter/flutter_screenutil

设置widt'h

htfcumt2004 opened this issue · 1 comments

Container(
width: ScreenUtil().setWidth(375),
height: ScreenUtil().setHeight(375),
color: Colors.blue,
child: Text('我的宽度:${ScreenUtil().setWidth(375)}dp',
style: TextStyle(
color: Colors.white,
fontSize: ScreenUtil().setSp(24, false),
)),
),
在 iphone XR 还有部分安卓上 显示长方形?

统一使用setWidth 就好了
setHeight是为了在高度上进行适配来用的~