что то поменяла еще
This commit is contained in:
parent
6eb0107e03
commit
9f3df340ab
@ -84,7 +84,7 @@ class _MyHomePageState extends State<MyHomePage> {
|
||||
children: <Widget>[
|
||||
for (var task in _taskManager.getTasks())
|
||||
Text(
|
||||
'${task.title} - Priority: ${task.priority.displayName}',
|
||||
'${task.title}: Priority - ${task.priority.displayName}',
|
||||
style: const TextStyle(fontSize: 18),
|
||||
),
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user