getBottomView method
      
  
Widget
getBottomView(
    
- BaseMessage message,
- BuildContext context,
- BubbleAlignment alignment
override
    override this to change bottom view of every type of message
Implementation
@override
Widget getBottomView(
    BaseMessage message, BuildContext context, BubbleAlignment alignment) {
  return const SizedBox();
}