ThreadMembersView constructor

const ThreadMembersView({
  1. required ChatThread thread,
  2. Key? key,
  3. String? attributes,
  4. ThreadMembersViewController? controller,
  5. bool enableAppBar = true,
  6. ChatUIKitAppBarModel? appBarModel,
  7. ChatUIKitViewObserver? viewObserver,
})

Implementation

const ThreadMembersView({
  required this.thread,
  super.key,
  this.attributes,
  this.controller,
  this.enableAppBar = true,
  this.appBarModel,
  this.viewObserver,
});