EasyPasswordField constructor
const
EasyPasswordField({
- Key? key,
- required TextEditingController controller,
- int minLength = 6,
- String label = 'Password',
Implementation
const EasyPasswordField({
super.key,
required this.controller,
this.minLength = 6,
this.label = 'Password',
});