CurrentUserInfoView constructor

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

Implementation

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