AppTextField.password constructor
const
AppTextField.password({
- Key? key,
- TextEditingController? controller,
- String? labelText,
- String? hintText,
- String? errorText,
- Widget? prefixIcon,
- Widget? suffixIcon,
- ValueChanged<
String> ? onChanged, - bool enabled,
Implementation
const factory AppTextField.password({
Key? key,
TextEditingController? controller,
String? labelText,
String? hintText,
String? errorText,
Widget? prefixIcon,
Widget? suffixIcon,
ValueChanged<String>? onChanged,
bool enabled,
}) = _AppTextFieldPassword;