We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7ed3e2 commit 7a27e84Copy full SHA for 7a27e84
lib/components/main_core.dart
@@ -85,9 +85,9 @@ class _MainCoreState extends State<MainCore>
85
Tab(text: 'all'),
86
];
87
Map<int, TodoType> tabIndexTypeMap = {
88
- 0: TodoType.urgent,
+ 0: TodoType.normal,
89
1: TodoType.important,
90
- 2: TodoType.normal
+ 2: TodoType.urgent,
91
};
92
void handleAddClick() {
93
TodoItem item = TodoItem(
0 commit comments