KappaTextField constructor
const
KappaTextField({
- Key? key,
- TextEditingController? controller,
- String? placeholder,
- String? label,
- bool obscureText = false,
- TextInputType? keyboardType,
- ValueChanged<
String> ? onChanged, - String? errorText,
Implementation
const KappaTextField({
super.key,
this.controller,
this.placeholder,
this.label,
this.obscureText = false,
this.keyboardType,
this.onChanged,
this.errorText,
});