ThreadsView constructor

const ThreadsView({
  1. required ChatUIKitProfile profile,
  2. Key? key,
  3. bool enableAppBar = true,
  4. ChatUIKitAppBarModel? appBarModel,
  5. String? attributes,
  6. ChatUIKitViewObserver? viewObserver,
})

Implementation

const ThreadsView({
  required this.profile,
  super.key,
  this.enableAppBar = true,
  this.appBarModel,
  this.attributes,
  this.viewObserver,
});