Flutter Functions on Button Click

Added: In the previous post “Flutter Column Layout Widget” we created a Column() layout widget that took ‘children’ argument which was a list of Widgets, one Text() widget and three ElevatedButton() widgets. ElevatedButton() widget took two arguments. child which takes a Text() widget i.e, text of the button. onPressed which we passed null at that […]

Read More...