PasswordShadInput constructor
const
PasswordShadInput({
- Key? key,
- required TextEditingController controller,
- required FocusNode focusNode,
- required PasswordInputMode mode,
- bool enabled = true,
- Widget? label,
- ValueChanged<
String> ? onChanged,
Implementation
const PasswordShadInput({
super.key,
required this.controller,
required this.focusNode,
required this.mode,
this.enabled = true,
this.label,
this.onChanged,
});