ReactionPopupConfiguration class
Constructors
- 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})
-
const
Properties
- animationDuration → Duration?
-
Used for animation duration while reaction pop-up opens.
final
- backgroundColor → Color?
-
Used for background color in reaction pop-up.
final
- emojiConfig → EmojiConfiguration?
-
Provides emoji configuration in reaction pop-up.
final
- glassMorphismConfig → GlassMorphismConfiguration?
-
Provides glass morphism effect configuration.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- margin → EdgeInsetsGeometry?
-
Used for give margin in reaction pop-up.
final
- maxWidth → double?
-
Used for max width in reaction pop-up.
final
- overrideUserReactionCallback → bool?
-
Provides feasibility to completely override userReactionCallback defaults to false.
final
- padding → EdgeInsetsGeometry?
-
Used for give padding in reaction pop-up.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shadow → BoxShadow?
-
Used for shadow in reaction pop-up.
final
- showGlassMorphismEffect → bool
-
Used for showing glass morphism effect on reaction pop-up.
final
- userReactionCallback → ReactionCallback?
-
Provides callback when user react on message.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited