mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-06 01:57:45 +08:00
@@ -103,8 +103,10 @@ class _MemberOpusState extends State<MemberOpus>
|
||||
),
|
||||
icon: const Icon(size: 20, Icons.sort),
|
||||
label: Obx(
|
||||
() => Text(_controller.type.value.text ??
|
||||
_controller.type.value.tabName!),
|
||||
() {
|
||||
final type = _controller.type.value;
|
||||
return Text(type.text ?? type.tabName!);
|
||||
},
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user