ChatViewStateWidgetConfiguration constructor

const ChatViewStateWidgetConfiguration({
  1. Widget? widget,
  2. String? title,
  3. TextStyle? titleTextStyle,
  4. Widget? imageWidget,
  5. String? subTitle,
  6. TextStyle? subTitleTextStyle,
  7. Color? loadingIndicatorColor,
  8. Widget? reloadButton,
  9. bool showDefaultReloadButton = true,
  10. Color? reloadButtonColor,
})

Implementation

const ChatViewStateWidgetConfiguration({
  this.widget,
  this.title,
  this.titleTextStyle,
  this.imageWidget,
  this.subTitle,
  this.subTitleTextStyle,
  this.loadingIndicatorColor,
  this.reloadButton,
  this.showDefaultReloadButton = true,
  this.reloadButtonColor,
});