CometChatDate constructor
const
CometChatDate({
- Key? key,
- DateTime? date,
- DateTimePattern? pattern,
- DateStyle style = const DateStyle(),
- String? customDateString,
Implementation
const CometChatDate(
{super.key,
this.date,
this.pattern,
this.style = const DateStyle(),
this.customDateString});