headerView property
        
        Widget? Function(BaseMessage, BuildContext, BubbleAlignment alignment)?
        headerView
        
      
getter/setter pair
      headerView widget to be shown on the top of the bubble
Implementation
Widget? Function(BaseMessage, BuildContext, BubbleAlignment alignment)?
    headerView;