ALPasswordField constructor
const
ALPasswordField({
- Key? key,
- required TextEditingController controller,
- required String hintText,
- required String? isEmptyText,
- required bool isMandatory,
- int? maxCharLength,
- TextInputType? keyBoardType,
Implementation
const ALPasswordField({
Key? key,
required this.controller,
required this.hintText,
required this.isEmptyText,
required this.isMandatory,
this.maxCharLength,
this.keyBoardType,
}) : super(key: key);