WizardTextFieldArguments constructor
WizardTextFieldArguments({
- bool? enableValidate,
- required Key? keyTextField,
- required FocusNode focusNode,
- required TextEditingController textEditingController,
- String? label,
- String? typeInput,
- int? maxLength,
- Widget? icon,
- TextDirection? textDirection,
- TextInputType? textInputType,
- String? helperText,
- required bool enable,
- int? maxLine,
- String? regex,
- bool? hasMandatory,
- double? height,
- required dynamic valueChanged(),
- dynamic validator()?,
Implementation
WizardTextFieldArguments({this.enableValidate, required this.keyTextField, required this.focusNode, required this.textEditingController, this.label, this.typeInput, this.maxLength, this.icon, this.textDirection, this.textInputType, this.helperText, required this.enable, this.maxLine, this.regex, this.hasMandatory, this.height, required this.valueChanged, this.validator});