ChatList constructor
const
ChatList({
- Key? key,
- required ChatController chatController,
- EdgeInsetsGeometry? padding,
- OnBubbleClick? onBubbleTap,
- OnBubbleClick? onBubbleLongPress,
- MessageWidgetBuilder? messageWidget,
- Callback? onCallBack,
- ValueChanged<
String> ? onFavorite, - MessageCallBack? onDelete,
Implementation
const ChatList(
{super.key,
required this.chatController,
this.padding,
this.onBubbleTap,
this.onBubbleLongPress,
this.messageWidget,
this.onCallBack,
this.onFavorite,
this.onDelete,
this.onShare});