PasswordDecoration constructor

const PasswordDecoration({
  1. TextStyle? textStyle,
  2. ObscureStyle? obscureStyle,
  3. String? errorText,
  4. TextStyle? errorTextStyle,
  5. String? hintText,
  6. TextStyle? hintTextStyle,
})

Implementation

const PasswordDecoration({
  this.textStyle,
  this.obscureStyle,
  this.errorText,
  this.errorTextStyle,
  this.hintText,
  this.hintTextStyle,
});