ContactInfoView constructor

ContactInfoView({
  1. Key? key,
  2. String? userId,
  3. CometChatTheme? theme,
})

Implementation

ContactInfoView({
 Key? key,
 this.userId,
 this.theme,
  }) : super(key: key);