DefaultGroupSeparatorConfiguration class

Constructors

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

Properties

chatSeparatorDatePattern String
Provides pattern to separate chat Defaults to 'MMM dd, yyyy' e.g. May 21, 2024
final
hashCode int
The hash code for this object.
no setterinherited
padding EdgeInsetsGeometry?
Used for giving padding of chat separator widget.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textStyle TextStyle?
Used for giving text style of chat separator widget.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited