ThreadMembersView constructor
const
ThreadMembersView({
- required ChatThread thread,
- Key? key,
- String? attributes,
- ThreadMembersViewController? controller,
- bool enableAppBar = true,
- ChatUIKitAppBarModel? appBarModel,
- ChatUIKitViewObserver? viewObserver,
Implementation
const ThreadMembersView({
required this.thread,
super.key,
this.attributes,
this.controller,
this.enableAppBar = true,
this.appBarModel,
this.viewObserver,
});