ReceiverMessage constructor

const ReceiverMessage({
  1. Key? key,
  2. required String message,
  3. required String iconInitial,
  4. Color? avatarBackgroundColor,
  5. Color? backgroundColor,
})

Implementation

const ReceiverMessage(
    {super.key,
    required this.message,
    required this.iconInitial,
    this.avatarBackgroundColor,
    this.backgroundColor});