MessageWidget constructor

MessageWidget({
  1. Key? key,
  2. Message? message,
  3. ValueSetter<String>? customCallback,
  4. AnimationController? animationController,
})

Implementation

MessageWidget(
    {super.key, this.message, this.customCallback, this.animationController});