feat: 顶栏收起

This commit is contained in:
guozhigq
2023-08-06 21:05:51 +08:00
parent 930282b7bd
commit acfe556c26
10 changed files with 303 additions and 110 deletions

View File

@ -35,5 +35,6 @@ class MainController extends GetxController {
'label': "媒体库",
}
].obs;
final StreamController<bool> bottomBarStream = StreamController<bool>();
final StreamController<bool> bottomBarStream =
StreamController<bool>.broadcast();
}