MessageButtons constructor

MessageButtons(
  1. Message message,
  2. String imageUrl,
  3. List<MessageResponseData> data,
  4. ColorPreference color,
  5. ChatSocket _socket, {
  6. Key? key,
})

Implementation

MessageButtons(
    this.message, this.imageUrl, this.data, this.color, this._socket,
    {super.key});