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