You want to create a interface for your mobile app. You decide you need a button to allow the user to interact with the app - but how do you add a button and get it to do something in Flutter? It doesn't matter if you are using a RaisedButton, FlatButton or even IconButton - […]