skip to Main Content

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


  1. 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

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search