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.
2 parents 79c4e21 + 68b9874 commit 385943cCopy full SHA for 385943c
lib/size_extension.dart
@@ -1,6 +1,6 @@
1
import 'package:flutter_screenutil/screenutil.dart';
2
3
-extension SizeExtension on double {
+extension SizeExtension on num {
4
///[ScreenUtil.setWidth]
5
num get w => ScreenUtil().setWidth(this);
6
0 commit comments