MessageReactionConfiguration constructor

const MessageReactionConfiguration({
  1. ReactionsBottomSheetConfiguration? reactionsBottomSheetConfig,
  2. TextStyle? reactionCountTextStyle,
  3. TextStyle? reactedUserCountTextStyle,
  4. double? reactionSize,
  5. EdgeInsetsGeometry? margin,
  6. EdgeInsetsGeometry? padding,
  7. Color? backgroundColor,
  8. BorderRadiusGeometry? borderRadius,
  9. Color? borderColor,
  10. double? borderWidth,
  11. double? profileCircleRadius,
  12. 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,
});