opt member info

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-18 11:35:33 +08:00
parent 271856ca89
commit 391d862b17
4 changed files with 53 additions and 51 deletions

View File

@@ -102,14 +102,10 @@ class _MemberOpusState extends State<MemberOpus>
},
);
},
label: Row(
children: [
const Icon(size: 20, Icons.sort),
Obx(
() => Text(_controller.type.value.text ??
_controller.type.value.tabName!),
),
],
icon: const Icon(size: 20, Icons.sort),
label: Obx(
() => Text(_controller.type.value.text ??
_controller.type.value.tabName!),
),
),
),