MessageView constructor
MessageView({})
Implementation
MessageView(
{Key? key, this.groupId, this.isGroup, this.isOnlineCall,this.theme, this.title,this.userBlocked
//this.opponentUserId,
})
: super(key: key);