FlatButton is removed by flutter now you need to use TextButton.
https://stackoverflow.com/questions/66805535/flutter-flatbutton-is-deprecated-alternative-solution-with-width-and-height
– Rohan JariwalaMay 02 '23 at 12:44
Does this answer your question? [Flutter FlatButton is deprecated - alternative solution with width and height](https://stackoverflow.com/questions/66805535/flutter-flatbutton-is-deprecated-alternative-solution-with-width-and-height)
– Rohan JariwalaMay 02 '23 at 12:46
FlatButton is deprecated(was in previous version of flutter), so now you can use ElevatedButton or FilledButton for same functionality as FlatButton
– Hitarth ChhunchhaMay 02 '23 at 13:19