WizardTextFieldArguments class
Arguments required for creating a custom text field in the wizard bar.
Constructors
- WizardTextFieldArguments.new({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()?})
Properties
- enable → bool
-
final
- enableValidate → bool?
-
final
- focusNode → FocusNode
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasMandatory → bool?
-
final
- height → double?
-
final
- helperText → String?
-
final
- icon → Widget?
-
final
- keyTextField → Key?
-
final
- label → String?
-
final
- maxLength → int?
-
final
- maxLine → int?
-
final
- regex → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textDirection → TextDirection?
-
final
- textEditingController → TextEditingController
-
final
- textInputType → TextInputType?
-
final
- typeInput → String?
-
final
- validator → dynamic Function()?
-
final
- valueChanged → dynamic Function()
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited