UsersStyle constructor

const UsersStyle({
  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. TextStyle? sectionHeaderTextStyle,
  14. Color? onlineStatusColor,
  15. Color? separatorColor,
  16. Color? selectionIconTint,
  17. Color? submitIconTint,
  18. double? width,
  19. double? height,
  20. Color? background,
  21. BoxBorder? border,
  22. double? borderRadius,
  23. Gradient? gradient,
})

Implementation

const UsersStyle({
  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.sectionHeaderTextStyle,
  this.onlineStatusColor,
  this.separatorColor,
  this.selectionIconTint,
  this.submitIconTint,
  super.width,
  super.height,
  super.background,
  super.border,
  super.borderRadius,
  super.gradient,
});