AddMembersStyle constructor

AddMembersStyle({
  1. TextStyle? titleStyle,
  2. Color? backIconTint,
  3. Color? closeIconTint,
  4. Color? searchBackground,
  5. TextStyle? searchStyle,
  6. TextStyle? placeholderStyle,
  7. Color? searchIconTint,
  8. double? searchBorderWidth,
  9. Color? searchBorderColor,
  10. double? searchBorderRadius,
  11. double? width,
  12. double? height,
  13. Color? background,
  14. BoxBorder? border,
  15. double? borderRadius,
  16. Gradient? gradient,
  17. TextStyle? emptyStateTextStyle,
  18. TextStyle? errorStateTextStyle,
  19. Color? submitIconTint,
  20. Color? selectionIconTint,
})

Implementation

AddMembersStyle(
    {this.titleStyle,
    this.backIconTint,
    this.closeIconTint,
    this.searchBackground,
    this.searchStyle,
    this.placeholderStyle,
    this.searchIconTint,
    this.searchBorderWidth,
    this.searchBorderColor,
    this.searchBorderRadius,
    super.width,
    super.height,
    super.background,
    super.border,
    super.borderRadius,
    super.gradient,
    this.emptyStateTextStyle,
    this.errorStateTextStyle,
    this.submitIconTint,
    this.selectionIconTint});