EmailTextField constructor
const
EmailTextField({
- Key? key,
- void onEditingComplete()?,
- TextInputType? keyboardType,
- String? initiaValue,
- TextEditingController? controller,
- String? hintText,
- Widget? prefixIcon,
Implementation
const EmailTextField({
super.key,
this.onEditingComplete,
this.keyboardType,
this.initiaValue,
this.controller,
this.hintText,
this.prefixIcon,
});