Chatview2StateConfiguration class

Constructors

Chatview2StateConfiguration({ChatView2StateWidgetConfiguration? errorWidgetConfig = const ChatView2StateWidgetConfiguration(), ChatView2StateWidgetConfiguration? noMessageWidgetConfig = const ChatView2StateWidgetConfiguration(), ChatView2StateWidgetConfiguration? loadingWidgetConfig = const ChatView2StateWidgetConfiguration(), VoidCallBack? onReloadButtonTap})
const

Properties

errorWidgetConfig ChatView2StateWidgetConfiguration?
Provides configuration of error state's widget.
final
hashCode int
The hash code for this object.
no setterinherited
loadingWidgetConfig ChatView2StateWidgetConfiguration?
Provides configuration of loading state's widget.
final
noMessageWidgetConfig ChatView2StateWidgetConfiguration?
Provides configuration of no message state's widget.
final
onReloadButtonTap VoidCallBack?
Provides callback when user taps on reload button.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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