GroupMembersStyle constructor

const GroupMembersStyle({
  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? searchTextStyle,
  10. Color? loadingIconTint,
  11. TextStyle? emptyTextStyle,
  12. TextStyle? errorTextStyle,
  13. Color? onlineStatusColor,
  14. Color? separatorColor,
  15. TextStyle? memberScopeTextStyle,
  16. EdgeInsetsGeometry? listPadding,
  17. double? width,
  18. double? height,
  19. Color? background,
  20. BoxBorder? border,
  21. double? borderRadius,
  22. Gradient? gradient,
})

Implementation

const GroupMembersStyle({
  this.titleStyle,
  this.backIconTint,
  this.searchBorderColor,
  this.searchBackground,
  this.searchBorderRadius,
  this.searchIconTint,
  this.searchBorderWidth,
  this.searchPlaceholderStyle,
  this.searchTextStyle,
  this.loadingIconTint,
  this.emptyTextStyle,
  this.errorTextStyle,
  this.onlineStatusColor,
  this.separatorColor,
  this.memberScopeTextStyle,
  this.listPadding,
  super.width,
  super.height,
  super.background,
  super.border,
  super.borderRadius,
  super.gradient,
});