ChatBackgroundConfiguration constructor

const ChatBackgroundConfiguration({
  1. DefaultGroupSeparatorConfiguration? defaultGroupSeparatorConfig,
  2. Color? backgroundColor,
  3. String? backgroundImage,
  4. double? height,
  5. double? width,
  6. StringWithReturnWidget? groupSeparatorBuilder,
  7. GroupedListOrder groupedListOrder = GroupedListOrder.asc,
  8. bool sortEnable = false,
  9. EdgeInsetsGeometry? padding,
  10. EdgeInsetsGeometry? margin,
  11. TextStyle? messageTimeTextStyle,
  12. Color? messageTimeIconColor,
  13. Widget? loadingWidget,
  14. Curve messageTimeAnimationCurve = Curves.decelerate,
  15. MessageSorter? messageSorter,
})

Implementation

const ChatBackgroundConfiguration({
  this.defaultGroupSeparatorConfig,
  this.backgroundColor,
  this.backgroundImage,
  this.height,
  this.width,
  this.groupSeparatorBuilder,
  this.groupedListOrder = GroupedListOrder.asc,
  this.sortEnable = false,
  this.padding,
  this.margin,
  this.messageTimeTextStyle,
  this.messageTimeIconColor,
  this.loadingWidget,
  this.messageTimeAnimationCurve = Curves.decelerate,
  this.messageSorter,
});