WallPaper_FSX_Flutter/lib/res/themes/app_sizes.dart
fengshengxiong 9caadfb09a 1.按照UI图修改
2.完善其他功能
2024-05-17 17:02:22 +08:00

22 lines
495 B
Dart

// 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 -
14.h -
kBottomNavigationBarHeight -
ScreenUtil().bottomBarHeight;