Task
- Add your
TodoItem
class to your Flutter project - Create a widget class called
Todo
acceptingTodoItem
instance as an argument. Use ListTile widget as a base. - Replace
MyHomePage
contents with yours, that includes a ListView and a fewTodo
widgets as children to make the list scroll. Make created listview abody:
of a Scaffold.