ChatDivider constructor

const ChatDivider({
  1. Key? key,
  2. Widget? child,
  3. Color? color,
})

Implementation

const ChatDivider({super.key, this.child, this.color});