Task
- Add your
TodoItemclass to your Flutter project - Create a widget class called
TodoacceptingTodoIteminstance as an argument. Use ListTile widget as a base. - Replace
MyHomePagecontents with yours, that includes a ListView and a fewTodowidgets as children to make the list scroll. Make created listview abody:of a Scaffold.
Expected result
