threadView property

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

threadView widget to be shown at the bottom of the bubble

Implementation

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