DefaultGroupSeparatorConfiguration constructor

const DefaultGroupSeparatorConfiguration({
  1. EdgeInsetsGeometry? padding,
  2. TextStyle? textStyle,
  3. String chatSeparatorDatePattern = defaultChatSeparatorDatePattern,
})

Implementation

const DefaultGroupSeparatorConfiguration({
  this.padding,
  this.textStyle,
  this.chatSeparatorDatePattern = defaultChatSeparatorDatePattern,
});