ConversationListOptions constructor

const ConversationListOptions({
  1. bool? showFeedHeader,
  2. String? theme,
  3. ThemeOptions? themeOptions,
})

Implementation

const ConversationListOptions({
  this.showFeedHeader,
  this.theme,
  this.themeOptions,
});