Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
李卓原 committed Mar 15, 2021
1 parent 0542853 commit a4aa881
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/screen_util.dart';

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

Expand Down

0 comments on commit a4aa881

Please sign in to comment.