ContactInfoView constructor
ContactInfoView({
- Key? key,
- String? userId,
- CometChatTheme? theme,
Implementation
ContactInfoView({
Key? key,
this.userId,
this.theme,
}) : super(key: key);