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