BannedMembersStyle constructor

const BannedMembersStyle({
  1. TextStyle? titleStyle,
  2. Color? backIconTint,
  3. Color? searchBorderColor,
  4. Color? searchBackground,
  5. double? searchBorderRadius,
  6. Color? searchIconTint,
  7. double? searchBorderWidth,
  8. TextStyle? searchPlaceholderStyle,
  9. TextStyle? searchStyle,
  10. Color? loadingIconTint,
  11. TextStyle? emptyTextStyle,
  12. TextStyle? errorTextStyle,
  13. TextStyle? sectionHeaderTextStyle,
  14. TextStyle? tailTextStyle,
  15. Color? onlineStatusColor,
  16. double? width,
  17. double? height,
  18. Color? background,
  19. BoxBorder? border,
  20. double? borderRadius,
  21. Gradient? gradient,
})

Implementation

const BannedMembersStyle({
  this.titleStyle,
  this.backIconTint,
  this.searchBorderColor,
  this.searchBackground,
  this.searchBorderRadius,
  this.searchIconTint,
  this.searchBorderWidth,
  this.searchPlaceholderStyle,
  this.searchStyle,
  this.loadingIconTint,
  this.emptyTextStyle,
  this.errorTextStyle,
  this.sectionHeaderTextStyle,
  this.tailTextStyle,
  this.onlineStatusColor,
  super.width,
  super.height,
  super.background,
  super.border,
  super.borderRadius,
  super.gradient,
});