ChatViewStateWidgetConfiguration class

Constructors

ChatViewStateWidgetConfiguration({Widget? widget, String? title, TextStyle? titleTextStyle, Widget? imageWidget, String? subTitle, TextStyle? subTitleTextStyle, Color? loadingIndicatorColor, Widget? reloadButton, bool showDefaultReloadButton = true, Color? reloadButtonColor})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
imageWidget Widget?
Provides parameter to pass image widget in any state.
final
loadingIndicatorColor Color?
Used to give color of loading indicator.
final
reloadButton Widget?
Provides parameter to pass custom reload button in any state.
final
reloadButtonColor Color?
Used to give color of reload button.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showDefaultReloadButton bool
Used to show reload button.
final
subTitle String?
Used to give sub-title of state.
final
subTitleTextStyle TextStyle?
Used to give text style of sub-title in any state.
final
title String?
Used to give title of state.
final
titleTextStyle TextStyle?
Used to give text style of title in any state.
final
widget Widget?
Gives ability to pass custom widget in any state.
final

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