HighQChatStateConfiguration class

Constructors

HighQChatStateConfiguration({HighQChatStateWidgetConfiguration? errorWidgetConfig = const HighQChatStateWidgetConfiguration(), HighQChatStateWidgetConfiguration? noMessageWidgetConfig = const HighQChatStateWidgetConfiguration(), HighQChatStateWidgetConfiguration? loadingWidgetConfig = const HighQChatStateWidgetConfiguration(), VoidCallBack? onReloadButtonTap})
const

Properties

errorWidgetConfig HighQChatStateWidgetConfiguration?
Provides configuration of error state's widget.
final
hashCode int
The hash code for this object.
no setterinherited
loadingWidgetConfig HighQChatStateWidgetConfiguration?
Provides configuration of loading state's widget.
final
noMessageWidgetConfig HighQChatStateWidgetConfiguration?
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