ChatList constructor
const
ChatList({
- Key? key,
- required ChatController chatController,
- EdgeInsetsGeometry? padding,
- OnBubbleClick? onTap,
- OnBubbleClick? onPress,
Implementation
const ChatList(
{super.key,
required this.chatController,
this.padding,
this.onTap,
this.onPress});