On our HomePage we need a Icon Button (Plus) to add a new tasks.
In this Issue we want to create just a icon and place it as a floating action button.
We have 2 ways:
1) create a custom widget in home/widgets and use it in HomePage.
2) Edit our AppTheme to store a IconButton styling there.
In both approaches you should place this IconButton as a floatingActionButton property of the HomePage Scaffold.
On our HomePage we need a Icon Button (Plus) to add a new tasks. In this Issue we want to create just a icon and place it as a floating action button. We have 2 ways: 1) create a custom widget in home/widgets and use it in HomePage. 2) Edit our AppTheme to store a IconButton styling there.
In both approaches you should place this IconButton as a floatingActionButton property of the HomePage Scaffold.