ChatBackgroundConfiguration constructor
const
ChatBackgroundConfiguration({
- DefaultGroupSeparatorConfiguration? defaultGroupSeparatorConfig,
- Color? backgroundColor,
- String? backgroundImage,
- double? height,
- double? width,
- StringWithReturnWidget? groupSeparatorBuilder,
- GroupedListOrder groupedListOrder = GroupedListOrder.asc,
- bool sortEnable = false,
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? margin,
- TextStyle? messageTimeTextStyle,
- Color? messageTimeIconColor,
- Widget? loadingWidget,
- Curve messageTimeAnimationCurve = Curves.decelerate,
- 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,
});