lizhuoyuan

no message

... ... @@ -60,7 +60,7 @@ ScreenUtil.init(context, width: 750, height: 1334, allowFontScaling: true);
### Use:
#### API
### API
```dart
ScreenUtil().setWidth(540) (sdk>=2.6 : 540.w) //Adapted to screen width
... ...
... ... @@ -64,7 +64,7 @@ ScreenUtil.init(context, width: 750, height: 1334, allowFontScaling: true);
### 使用
#### API
### API
```dart
ScreenUtil().setWidth(540) (sdk>=2.6 : 540.w) //根据屏幕宽度适配尺寸
... ...
... ... @@ -60,7 +60,7 @@ ScreenUtil.init(context, width: 750, height: 1334, allowFontScaling: true);
### Uso:
#### API
### API
```dart
ScreenUtil().setWidth(540) (sdk>=2.6 : 540.w) //Adapted to screen width
... ...