ChatViewStateConfiguration class
Constructors
- ChatViewStateConfiguration({ChatViewStateWidgetConfiguration? errorWidgetConfig = const ChatViewStateWidgetConfiguration(), ChatViewStateWidgetConfiguration? noMessageWidgetConfig = const ChatViewStateWidgetConfiguration(), ChatViewStateWidgetConfiguration? loadingWidgetConfig = const ChatViewStateWidgetConfiguration(), VoidCallBack? onReloadButtonTap})
-
const
Properties
- errorWidgetConfig → ChatViewStateWidgetConfiguration?
-
Provides configuration of error state's widget.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- loadingWidgetConfig → ChatViewStateWidgetConfiguration?
-
Provides configuration of loading state's widget.
final
- noMessageWidgetConfig → ChatViewStateWidgetConfiguration?
-
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