ReactionsStyle constructor

ReactionsStyle({
  1. TextStyle? reactionTextStyle,
  2. TextStyle? reactionCountTextStyle,
  3. Color? primaryBackgroundColor,
  4. BoxBorder? primaryBorder,
  5. EdgeInsets? margin,
  6. EdgeInsets? padding,
  7. double? width,
  8. double? height,
  9. Color? background,
  10. Gradient? gradient,
  11. BoxBorder? border,
  12. double? borderRadius,
})

Implementation

ReactionsStyle(
    {this.reactionTextStyle,
    this.reactionCountTextStyle,
    this.primaryBackgroundColor,
    this.primaryBorder,
    this.margin,
    this.padding,
    super.width,
    super.height,
    super.background,
    super.gradient,
    super.border,
    super.borderRadius});