ConfirmPassWordValidationTextFromField constructor

const ConfirmPassWordValidationTextFromField({
  1. Key? key,
  2. TextInputAction? textInputAction,
  3. TextStyle? style,
  4. int? maxLength,
  5. TextEditingController? passtextEditingController,
  6. EdgeInsets? scrollPadding,
  7. String? obscuringCharacter,
  8. Function? onSaved,
  9. bool? expands,
  10. bool? obscureText,
  11. bool? enableSuggestions,
  12. Function? onTap,
  13. String? whenTextFieldEmpty,
  14. double? cursorHeight,
  15. Radius? cursorRadius,
  16. double? cursorWidth,
  17. Color? cursorColor,
  18. Brightness? keyboardAppearance,
  19. bool? readOnly,
  20. Function? onChanged,
  21. bool? showCursor,
  22. bool? autocorrect,
  23. TextInputType? keyboardType,
  24. InputDecoration? decoration,
  25. TextEditingController? confirmtextEditingController,
  26. String? validatorMassage,
})

Implementation

const ConfirmPassWordValidationTextFromField(
    {Key? key,
    this.textInputAction,
    this.style,
    this.maxLength,
    this.passtextEditingController,
    this.scrollPadding,
    this.obscuringCharacter,
    this.onSaved,
    this.expands,
    this.obscureText,
    this.enableSuggestions,
    this.onTap,
    this.whenTextFieldEmpty,
    this.cursorHeight,
    this.cursorRadius,
    this.cursorWidth,
    this.cursorColor,
    this.keyboardAppearance,
    this.readOnly,
    this.onChanged,
    this.showCursor,
    this.autocorrect,
    this.keyboardType,
    this.decoration,
    this.confirmtextEditingController,
    this.validatorMassage})
    : super(key: key);