subtitleView property
subtitleView to set subtitle view
CometChatMessageHeader(
   group: group,
   subtitleView: (Group? group, User? user,BuildContext context) {
                                return Text("${group?.guid}");
       },
  )
Implementation
final Widget? Function(Group? group, User? user, BuildContext context)?
    subtitleView;