DefaultGroupSeparatorConfiguration constructor
const
DefaultGroupSeparatorConfiguration({
- EdgeInsetsGeometry? padding,
- TextStyle? textStyle,
- String chatSeparatorDatePattern = defaultChatSeparatorDatePattern,
Implementation
const DefaultGroupSeparatorConfiguration({
this.padding,
this.textStyle,
this.chatSeparatorDatePattern = defaultChatSeparatorDatePattern,
});