ConversationList constructor
const
ConversationList({
- Key? key,
- required Session session,
- bool enableZoom = false,
- bool? showFeedHeader,
- String? theme,
- ThemeOptions? themeOptions,
- BaseConversationPredicate? feedFilter,
- SelectConversationHandler? onSelectConversation,
- LoadingStateHandler? onLoadingStateChanged,
- ErrorHandler? onError,
Implementation
const ConversationList({
super.key,
required this.session,
this.enableZoom = false,
this.showFeedHeader,
this.theme,
this.themeOptions,
this.feedFilter,
this.onSelectConversation,
this.onLoadingStateChanged,
this.onError,
});