AddMembersStyle constructor
AddMembersStyle({
- TextStyle? titleStyle,
- Color? backIconTint,
- Color? closeIconTint,
- Color? searchBackground,
- TextStyle? searchStyle,
- TextStyle? placeholderStyle,
- Color? searchIconTint,
- double? searchBorderWidth,
- Color? searchBorderColor,
- double? searchBorderRadius,
- double? width,
- double? height,
- Color? background,
- BoxBorder? border,
- double? borderRadius,
- Gradient? gradient,
- TextStyle? emptyStateTextStyle,
- TextStyle? errorStateTextStyle,
- Color? submitIconTint,
- 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});