MessageCarousel constructor

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

Implementation

MessageCarousel(
    this.data, this.color, this._socket, this.isLast, this.imageUrl,
    {super.key});