Guy Michael
Results
2
issues of
Guy Michael
Here is a minimal example: ``` GfForm( onFormSubmitted: (values) {}, formfields: [ GfFormDropDown( values: ["option 1", "option 2"], hintText: "please select an option") ], defaultSubmitButtonEnabled: true); ``` This renders a...