mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-18 21:44:22 +01:00
Ensure that only one TaskListTile can be selected at a time. - Refactor TaskListTile to be a StatelessWidget. - Remove internal state `_isSelected` from TaskListTile. - Add a `selected` boolean prop to TaskListTile to control its selection state from the parent. - Update the parent widget to manage the selection state and pass it down to TaskListTile.