RecentChatView constructor
const
RecentChatView({
- Key? key,
- required DashboardController controller,
- required ArchivedTileStyle archivedTileStyle,
- RecentChatItemStyle recentChatItemStyle = const RecentChatItemStyle(),
- required TextStyle noDataTextStyle,
- ContactItemStyle contactItemStyle = const ContactItemStyle(),
Implementation
const RecentChatView(
{super.key,
required this.controller,
required this.archivedTileStyle,
this.recentChatItemStyle = const RecentChatItemStyle(),
required this.noDataTextStyle,
this.contactItemStyle = const ContactItemStyle()});