ReceivedImageChat constructor

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

Implementation

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