// Author: fengshengxiong // Date: 2024/5/8 // Description: 大小 import 'package:flutter/material.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart'; /// 标题栏高度 double titleBarHeight = 45.h; /// TodayNewest高度 double todayNewestHeight = 64.h; /// discover列表高度 double discoverListHeight = 1.sh - ScreenUtil().statusBarHeight - titleBarHeight - todayNewestHeight - 7.h - kBottomNavigationBarHeight - ScreenUtil().bottomBarHeight;