parent
34d9b8981a
commit
7cd8581032
@ -0,0 +1,9 @@
|
|||||||
|
import 'package:ansu_ui/ansu_ui.dart';
|
||||||
|
import 'package:flutter/material.dart';
|
||||||
|
import 'package:flutter_screenutil/flutter_screenutil.dart';
|
||||||
|
|
||||||
|
extension SizedBoxExt on num {
|
||||||
|
Widget get wb => SizedBox(width: ScreenUtil().setWidth(this));
|
||||||
|
|
||||||
|
Widget get hb => SizedBox(height: ScreenUtil().setWidth(this));
|
||||||
|
}
|
Loading…
Reference in new issue