EmailInput constructor
const
EmailInput({})
Implementation
const EmailInput({
Key? key,
required this.controller,
required this.onSubmitted,
this.focusNode,
this.autofocus,
this.initialValue,
}) : super(key: key);