9 lines
269 B
Dart
9 lines
269 B
Dart
// Author: fengshengxiong
|
|
// Date: 2024/5/8
|
|
// Description: 大小
|
|
|
|
import 'package:flutter/material.dart';
|
|
import 'package:flutter_screenutil/flutter_screenutil.dart';
|
|
|
|
/// 状态栏+导航栏
|
|
double statusToolBarHeight = kToolbarHeight + ScreenUtil().statusBarHeight; |