CometChatDate constructor

const CometChatDate({
  1. Key? key,
  2. DateTime? date,
  3. DateTimePattern? pattern,
  4. DateStyle style = const DateStyle(),
  5. String? customDateString,
})

Implementation

const CometChatDate(
    {super.key,
    this.date,
    this.pattern,
    this.style = const DateStyle(),
    this.customDateString});