ProfileView constructor

ProfileView({
  1. Key? key,
  2. CometChatTheme? theme,
})

Implementation

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