MessageButtons constructor
MessageButtons(
- Message message,
- String imageUrl,
- List<
MessageResponseData> data, - ColorPreference color,
- ChatSocket _socket, {
- Key? key,
Implementation
MessageButtons(
this.message, this.imageUrl, this.data, this.color, this._socket,
{super.key});