In my DropdownButtonFormField2 I have a validator that cannot customize the padding of the error widget with the validator assigned. So is there any way by which I can customize the padding of the errorWidget by having the validator field included?
In my DropdownButtonFormField2 I have a validator that cannot customize the padding of the error widget with the validator assigned. So is there any way by which I can customize the padding of the errorWidget by having the validator field included?
2
Answers
I think there is an issue in the text form field in the Flutter widget, and I guess these widgets follow the same pattern.
For your reference here is the link to the text form field issue I am attaching here.
PR
Flutter Issue
You can try this one animated_custom_dropdown