TasksPage should contain the list of tasks.
From previous Issues you already should have the Task model and TasksPage. Now let's create a widget for displaying a task - list item. The widget should be located in the separate file (inside the tasks feature folder) and should take Task instance as a property.
For now, widget should display some ListTile border and task description. We will develop the check later on.
TasksPage should contain the list of tasks. From previous Issues you already should have the Task model and TasksPage. Now let's create a widget for displaying a task - list item. The widget should be located in the separate file (inside the tasks feature folder) and should take Task instance as a property. For now, widget should display some ListTile border and task description. We will develop the check later on.