AFieldPasswordConfirmed constructor

const AFieldPasswordConfirmed({
  1. Key? key,
  2. String? label = "Senha",
  3. String identifier = 'password',
  4. int? flexible,
  5. bool expanded = false,
  6. EdgeInsets? margin,
  7. Iterable<String>? autofillHints = const <String>[AutofillHints.password],
  8. bool autofocus = false,
  9. Widget? bottom,
  10. bool clearable = false,
  11. List<ARule<String>>? customRules,
  12. double height = 46,
  13. String? hintText,
  14. IconData? icon,
  15. TextInputType? keyboardType,
  16. bool linkToAForm = true,
  17. int minLength = 8,
  18. void onChanged(
    1. String?
    )?,
  19. void onSetShowPassword(
    1. bool
    )?,
  20. VoidCallback? onSubmit,
  21. void onUnfocus()?,
  22. EdgeInsets? padding,
  23. bool readOnly = false,
  24. bool readonly = false,
  25. Widget? suffix,
})

Implementation

const AFieldPasswordConfirmed({
  super.key,
  super.label,
  super.identifier,
  super.flexible,
  super.expanded,
  super.margin,
  super.autofillHints,
  super.autofocus,
  super.bottom,
  super.clearable,
  super.customRules,
  super.height,
  super.hintText,
  super.icon,
  super.keyboardType,
  super.linkToAForm,
  super.minLength,
  super.onChanged,
  super.onSetShowPassword,
  super.onSubmit,
  super.onUnfocus,
  super.padding,
  super.readOnly,
  super.readonly,
  super.suffix,
});