ChatEntryWidget constructor
Constructs a ChatEntryWidget.
Implementation
const ChatEntryWidget({
this.chatService,
this.onTap,
this.widgetSize = 75,
this.backgroundColor = Colors.grey,
this.icon = Icons.chat,
this.iconColor = Colors.black,
this.counterBackgroundColor = Colors.red,
this.textStyle,
super.key,
});