ConversationListOptions constructor
const
ConversationListOptions({
- bool? showFeedHeader,
- String? theme,
- ThemeOptions? themeOptions,
Implementation
const ConversationListOptions({
this.showFeedHeader,
this.theme,
this.themeOptions,
});