| 1234567891011121314151617 |
- import 'package:flutter_screenutil/flutter_screenutil.dart';
- /// @author: bo.zeng
- /// @email: cnhbwds@gmail.com
- /// @date: 2025 2025/4/9 16:00
- /// @description:
- final double sizeTxt = 16.0.sp;
- final double screenWidth = ScreenUtil().screenWidth;
- final double screenHeight = ScreenUtil().screenHeight;
- final double horizontalPadding = 10.w;
- final double bottomBarHeight = ScreenUtil().bottomBarHeight;
|