GSEmailField constructor
GSEmailField(
- GSEmailModel model,
- GSFormStyle formStyle, {
- Key? key,
Implementation
GSEmailField(this.model, this.formStyle, {Key? key}) : super(key: key);