MessageReactionConfiguration constructor
const
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,
Implementation
const MessageReactionConfiguration({
this.reactionsBottomSheetConfig,
this.reactionCountTextStyle,
this.reactedUserCountTextStyle,
this.reactionSize,
this.margin,
this.padding,
this.backgroundColor,
this.borderRadius,
this.borderColor,
this.borderWidth,
this.profileCircleRadius,
this.profileCirclePadding,
});