ReceivedChat constructor

const ReceivedChat({
  1. Key? key,
  2. dynamic message,
  3. Color? defaultColor,
})

Implementation

const ReceivedChat({Key? key, this.message, this.defaultColor}) : super(key: key);