MessageBubble constructor

const MessageBubble(
  1. Message message,
  2. int indx,
  3. ColorPreference color,
  4. String imageUrl,
  5. ChatSocket _socket,
  6. bool? isLastMessage, {
  7. Key? key,
})

Implementation

const MessageBubble(this.message, this.indx, this.color, this.imageUrl,
    this._socket, this.isLastMessage,
    {super.key});