enum UpPanelPosition { top('顶部'), leftFixed('左侧常驻'), rightFixed('右侧常驻'), ; final String label; const UpPanelPosition(this.label); }