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