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