JoinProtectedGroupStyle constructor

const JoinProtectedGroupStyle({
  1. Color? closeIconTint,
  2. Color? joinIconTint,
  3. Color? inputBorderColor,
  4. TextStyle? titleStyle,
  5. TextStyle? descriptionTextStyle,
  6. TextStyle? errorTextStyle,
  7. TextStyle? passwordInputTextStyle,
  8. TextStyle? passwordPlaceholderStyle,
  9. double? width,
  10. double? height,
  11. Color? background,
  12. BoxBorder? border,
  13. double? borderRadius,
  14. 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,
});