InputEmailWidget constructor
const
InputEmailWidget({})
Implementation
const InputEmailWidget({
super.key,
required this.onSubmitted,
this.initialValue,
this.onValueChange,
this.suffixIcon,
this.onFocus,
});