ReactionPopupConfiguration constructor

const ReactionPopupConfiguration({
  1. void userReactionCallback(
    1. Message message,
    2. String emoji
    )?,
  2. bool showGlassMorphismEffect = false,
  3. Color? backgroundColor,
  4. BoxShadow? shadow,
  5. Duration? animationDuration,
  6. double? maxWidth,
  7. EdgeInsetsGeometry? margin,
  8. EdgeInsetsGeometry? padding,
  9. EmojiConfiguration? emojiConfig,
  10. GlassMorphismConfiguration? glassMorphismConfig,
})

Implementation

const ReactionPopupConfiguration({
  this.userReactionCallback,
  this.showGlassMorphismEffect = false,
  this.backgroundColor,
  this.shadow,
  this.animationDuration,
  this.maxWidth,
  this.margin,
  this.padding,
  this.emojiConfig,
  this.glassMorphismConfig,
});