ReactionPopupConfiguration constructor

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

Implementation

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