Basic Functions done
This commit is contained in:
@@ -77,6 +77,7 @@ class _NewTaskState extends State<NewTask> {
|
||||
isExpanded: true,
|
||||
items: getCategoryNames().map<DropdownMenuItem<String>>(
|
||||
(String value) {
|
||||
|
||||
return DropdownMenuItem<String>(
|
||||
value: value,
|
||||
child: Text(value),
|
||||
|
||||
Reference in New Issue
Block a user