ReactionsWrapper constructor
const
ReactionsWrapper({})
Implementation
const ReactionsWrapper({
required super.key,
this.reactionWidth,
this.overlayBackgroundColor = Colors.black12,
this.showCloseButton = true,
this.customCloseButton,
this.offset,
this.alignment,
required this.reactions,
required this.child,
});