We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0542853 commit a4aa881Copy full SHA for a4aa881
lib/size_extension.dart
@@ -1,6 +1,6 @@
1
import 'package:flutter_screenutil/screen_util.dart';
2
3
-extension SizeExtension on num {
+extension SizeExtension on double {
4
///[ScreenUtil.setWidth]
5
double get w => ScreenUtil().setWidth(this);
6
0 commit comments