MessageWidget constructor
MessageWidget({
- Key? key,
- Message? message,
- ValueSetter<
String> ? customCallback, - AnimationController? animationController,
Implementation
MessageWidget(
{super.key, this.message, this.customCallback, this.animationController});