mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-29 06:45:54 +08:00
@@ -3,7 +3,8 @@ enum UpPanelPosition {
|
||||
leftFixed('左侧常驻'),
|
||||
rightFixed('右侧常驻'),
|
||||
leftDrawer('左侧抽屉'),
|
||||
rightDrawer('右侧抽屉');
|
||||
rightDrawer('右侧抽屉')
|
||||
;
|
||||
|
||||
final String label;
|
||||
const UpPanelPosition(this.label);
|
||||
|
||||
Reference in New Issue
Block a user