ThreadsViewArguments constructor
ThreadsViewArguments({
- required ChatUIKitProfile profile,
- bool enableAppBar = true,
- ChatUIKitAppBarModel? appBarModel,
- String? attributes,
- ChatUIKitViewObserver? viewObserver,
Implementation
ThreadsViewArguments({
required this.profile,
this.enableAppBar = true,
this.appBarModel,
this.attributes,
this.viewObserver,
});