ChatViewStateConfiguration class final

Constructors

ChatViewStateConfiguration({ChatViewStateWidgetConfiguration noMessageWidgetConfig = const ChatViewStateWidgetConfiguration(), ChatViewStateWidgetConfiguration errorWidgetConfig = const ChatViewStateWidgetConfiguration(), ChatViewStateWidgetConfiguration loadingWidgetConfig = const ChatViewStateWidgetConfiguration(), VoidCallback? onReloadButtonTap})
const

Properties

errorWidgetConfig ChatViewStateWidgetConfiguration
Provides configuration of error state's widget.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
loadingWidgetConfig ChatViewStateWidgetConfiguration
Provides configuration of loading state's widget.
finalinherited
noMessageWidgetConfig ChatViewStateWidgetConfiguration
Provides configuration of no message state's widget.
final
onReloadButtonTap VoidCallback?
Provides callback when user taps on reload button.
finalinherited
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