MessageView constructor

MessageView({
  1. Key? key,
  2. String? groupId,
  3. bool? isGroup,
  4. bool? isOnlineCall,
  5. CometChatTheme? theme,
  6. String? title,
  7. int? userBlocked,
})

Implementation

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