Skip to content

Commit

Permalink
Revert "Add extension on double"
Browse files Browse the repository at this point in the history
  • Loading branch information
sidrao2006 authored Sep 30, 2020
1 parent 79c4e21 commit 68b9874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/size_extension.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'package:flutter_screenutil/screenutil.dart';

extension SizeExtension on double {
extension SizeExtension on num {
///[ScreenUtil.setWidth]
num get w => ScreenUtil().setWidth(this);

Expand Down

0 comments on commit 68b9874

Please sign in to comment.