Showing
1 changed file
with
1 additions
and
1 deletions
1 | import 'package:flutter_screenutil/screen_util.dart'; | 1 | import 'package:flutter_screenutil/screen_util.dart'; |
2 | 2 | ||
3 | -extension SizeExtension on num { | 3 | +extension SizeExtension on double { |
4 | ///[ScreenUtil.setWidth] | 4 | ///[ScreenUtil.setWidth] |
5 | double get w => ScreenUtil().setWidth(this); | 5 | double get w => ScreenUtil().setWidth(this); |
6 | 6 |
-
Please register or login to post a comment