ReactionPopupConfiguration constructor
const
ReactionPopupConfiguration({
- ReactionCallback? userReactionCallback,
- bool? overrideUserReactionCallback = false,
- bool showGlassMorphismEffect = false,
- Color? backgroundColor,
- BoxShadow? shadow,
- Duration? animationDuration,
- double? maxWidth,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? padding,
- EmojiConfiguration? emojiConfig,
- 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,
});