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?
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