JoinProtectedGroupStyle constructor
const
JoinProtectedGroupStyle({
- Color? closeIconTint,
- Color? joinIconTint,
- Color? inputBorderColor,
- TextStyle? titleStyle,
- TextStyle? descriptionTextStyle,
- TextStyle? errorTextStyle,
- TextStyle? passwordInputTextStyle,
- TextStyle? passwordPlaceholderStyle,
- double? width,
- double? height,
- Color? background,
- BoxBorder? border,
- double? borderRadius,
- Gradient? gradient,
Implementation
const JoinProtectedGroupStyle({
this.closeIconTint,
this.joinIconTint,
this.inputBorderColor,
this.titleStyle,
this.descriptionTextStyle,
this.errorTextStyle,
this.passwordInputTextStyle,
this.passwordPlaceholderStyle,
super.width,
super.height,
super.background,
super.border,
super.borderRadius,
super.gradient,
});