'Flutter - How to change error position of FormBuilderChoiceChip by using flutter_form_builder package?
I am using FormBuilderChoiceChip from flutter_form_builder package to display radio buttons and everything is fine and one of the requirement is to display error message if no option is selected, the error is displayed but the error message is displayed underneath the chip which is the default behaviour, I want to find any way to tweak and make the error above the form next to the label.
I am using FormBuilderValidators for validation.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
