ChatViewStateWidgetConfiguration class
Constructors
- ChatViewStateWidgetConfiguration({bool showDefaultReloadButton = true, Color? reloadButtonColor = primaryColor, double loadingIndicatorSize = loadMoreCircularProgressIndicatorSize, TextStyle? titleTextStyle = const TextStyle(fontSize: 22), Widget? widget, String? title, Widget? imageWidget, String? subTitle, TextStyle? subTitleTextStyle, Color? loadingIndicatorColor, Widget? reloadButton, Widget? loadingWidget})
-
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
- loadingIndicatorSize → double
-
Used to give size of loading indicator.
final
- loadingWidget → Widget?
-
Provides parameter to pass custom loading widget in any state.
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