size_res.dart 408 B

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