RoundedBorderedTextField constructor
RoundedBorderedTextField({
- Key? key,
- required String hintText,
- TextInputType? keyboardType,
- bool obscureText = false,
- String? validator()?,
- Widget? icon,
- TextEditingController? controller,
- bool isPass = false,
Implementation
RoundedBorderedTextField({
super.key,
required this.hintText,
this.keyboardType,
this.obscureText = false,
this.validator,
this.icon,
this.controller,
this.isPass = false,
});