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