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