menu
messenger
ui/page/home/tab/chats/controller.dart
ChatsTabController
selectedChats property
selectedChats
dark_mode
light_mode
selectedChats
property
RxList
<
ChatId
>
selectedChats
final
Reactive list of
ChatId
s of the selected
Chat
s.
Implementation
final RxList<ChatId> selectedChats = RxList();
messenger
controller
ChatsTabController
selectedChats property
ChatsTabController class