MessageReactionConfiguration class

Constructors

MessageReactionConfiguration({ReactionsBottomSheetConfiguration? reactionsBottomSheetConfig, TextStyle? reactionCountTextStyle, TextStyle? reactedUserCountTextStyle, double? reactionSize, EdgeInsetsGeometry? margin, EdgeInsetsGeometry? padding, Color? backgroundColor, BorderRadiusGeometry? borderRadius, Color? borderColor, double? borderWidth, double? profileCircleRadius, EdgeInsets? profileCirclePadding})
const

Properties

backgroundColor Color?
Used for giving background colour to reaction on message.
final
borderColor Color?
Used for giving colour of border to reaction on message.
final
borderRadius BorderRadiusGeometry?
Used for giving border radius of reaction on message.
final
borderWidth double?
Used for giving border width of reaction on message.
final
hashCode int
The hash code for this object.
no setterinherited
margin EdgeInsetsGeometry?
Used for giving margin of reaction on message.
final
padding EdgeInsetsGeometry?
Used for giving padding of reaction on message.
final
profileCirclePadding EdgeInsets?
Used for padding to reacted user profile circle.
final
profileCircleRadius double?
Used for giving radius to reacted user profile circle.
final
reactedUserCountTextStyle TextStyle?
Used for giving text style reacted user's name of reaction on message.
final
reactionCountTextStyle TextStyle?
Used for giving text style to total count of reaction text.
final
reactionsBottomSheetConfig ReactionsBottomSheetConfiguration?
Provides configurations for reaction bottom sheet which shows reacted users and their reaction on any message.
final
reactionSize double?
Used for giving size of reaction on message.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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