statusInfoView property

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

statusInfoView widget to be shown under the contentView of the bubble

Implementation

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