AppTextField constructor
Implementation
const AppTextField({
super.key,
required this.label,
this.initialValue,
this.hint,
this.prefixIcon,
this.suffixIcon,
this.onChanged,
this.keyboardType,
this.obscureText = false,
this.errorText,
});