CommsPage constructor
const
CommsPage({
- Key? key,
- List<
CommsGroup> ? conversations, - IconData? noDataIcon,
- List<
Widget> ? emptyWidget, - dynamic onConversationSelected(
- CommsGroup conversation
- int? currentUserId,
- bool? showBroadcast = false,
- String? broadcastTitle,
- IconData? broadcastIcon,
- Color? broadcastIconColor,
- VoidCallback? onBroadcastTap,
- Widget? broadcastWidget,
Implementation
const CommsPage({
super.key,
this.conversations,
this.noDataIcon,
this.emptyWidget,
this.onConversationSelected,
this.currentUserId,
this.showBroadcast = false,
this.broadcastTitle,
this.broadcastIcon,
this.broadcastIconColor,
this.onBroadcastTap,
this.broadcastWidget,
});