ReactionListStyle constructor

ReactionListStyle({
  1. Color? loadingIconTint,
  2. TextStyle? emptyTextStyle,
  3. TextStyle? errorTextStyle,
  4. TextStyle? subtitleTextStyle,
  5. TextStyle? allReactionsTextStyle,
  6. double? width,
  7. double? height,
  8. Color? background,
  9. Gradient? gradient,
  10. BoxBorder? border,
  11. double? borderRadius,
})

Implementation

ReactionListStyle(
    {this.loadingIconTint,
    this.emptyTextStyle,
    this.errorTextStyle,
    this.subtitleTextStyle,
    this.allReactionsTextStyle,
    super.width,
    super.height,
    super.background,
    super.gradient,
    super.border,
    super.borderRadius});