menu
messenger
ui/page/player/controller.dart
PlayerController
posts property
posts
dark_mode
light_mode
posts
property
RxList
<
Post
>
posts
final
Post
s to display.
Implementation
final RxList<Post> posts = RxList();
messenger
controller
PlayerController
posts property
PlayerController class