ConversationListOptions class

Constructors

ConversationListOptions({bool? showFeedHeader, String? theme, ThemeOptions? themeOptions})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showFeedHeader bool?
Controls if the feed header containing the toggle to enable desktop notifications is shown. Defaults to true.
final
theme String?
Controls whether the user navigating between conversation should count as steps in the browser history. Defaults to true, which means that if the user clicks the browser's back button, they go back to the previous conversation (if any).
final
themeOptions ThemeOptions?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited