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