I want to add width to my alert box in flutter. How can I achieve that? What ever I am trying to increase the width its not getting reflecting. why? inside of Alert dialog class they have added the min width as 280 so in this case what I have to do?
I am very new to flutter.