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 e214d27 commit c16d252Copy full SHA for c16d252
lib/screens/note_list_screen.dart
@@ -60,7 +60,7 @@ class _NoteListScreenState extends State<NoteListScreen> {
60
color: Colors.white,
61
child: ListTile(
62
leading: CircleAvatar(
63
- backgroundColor: Colors.deepPurple,
+ backgroundColor: _noteList![index].priority.color,
64
child: Text(
65
_noteList![index].priority.title.substring(0, 1),
66
style: TextStyle(
0 commit comments