ThreadsViewArguments constructor

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

Implementation

ThreadsViewArguments({
  required this.profile,
  this.enableAppBar = true,
  this.appBarModel,
  this.attributes,
  this.viewObserver,
});