8 lines
193 B
Dart
8 lines
193 B
Dart
// Author: fengshengxiong
|
|
// Date: 2024/5/7
|
|
// Description: 大小
|
|
|
|
import 'package:flutter_screenutil/flutter_screenutil.dart';
|
|
|
|
/// 音乐底部播放栏高度
|
|
double musicBarHeight = 73.5.h; |