mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-24 11:06:51 +08:00
opt handle res
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -113,10 +113,10 @@ class BottomControl extends StatelessWidget implements PreferredSizeWidget {
|
||||
return PopupMenuItem<int>(
|
||||
height: 35,
|
||||
padding: const EdgeInsets.only(left: 30),
|
||||
value: e['code'],
|
||||
onTap: () => liveRoomCtr.changeQn(e['code']),
|
||||
value: e.code,
|
||||
onTap: () => liveRoomCtr.changeQn(e.code),
|
||||
child: Text(
|
||||
e['desc'],
|
||||
e.desc,
|
||||
style:
|
||||
const TextStyle(color: Colors.white, fontSize: 13),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user