TextFieldPassword constructor
TextFieldPassword({
- @required String? label,
- String? helperHint,
- @required bool? enabled,
- ValueChanged<
String> ? onChanged, - List<
TextInputFormatter> ? inputFormatters, - TextInputType? keyboardType,
- AutovalidateMode? autovalidateMode,
- String? validator()?,
- bool? enableSuggestions,
- @required bool? readOnly,
- TextEditingController? textCtrl,
Implementation
TextFieldPassword(
{@required this.label,
this.helperHint,
@required this.enabled,
this.onChanged,
this.inputFormatters,
this.keyboardType,
this.autovalidateMode,
this.validator,
this.enableSuggestions,
@required this.readOnly,
this.textCtrl});