bottomView property

Widget? Function(BaseMessage, BuildContext, BubbleAlignment alignment)? bottomView
getter/setter pair

bottomView widget to be shown under the statusInfoView of the bubble

Implementation

Widget? Function(BaseMessage, BuildContext, BubbleAlignment alignment)?
    bottomView;