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 79c4e21 commit 68b9874Copy full SHA for 68b9874
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