1
0
mirror of https://github.com/GitJournal/GitJournal.git synced 2025-07-21 07:03:25 +08:00

Fix flutter analyze

This commit is contained in:
Vishesh Handa
2019-12-06 23:58:22 +01:00
parent 9e0addf201
commit d0107b6a26

@ -48,8 +48,8 @@ class _FolderListingScreenState extends State<FolderListingScreen> {
action = PopupMenuButton(
itemBuilder: (context) {
return [
PopupMenuItem<String>(
child: const Text("Rename Folder"),
const PopupMenuItem<String>(
child: Text("Rename Folder"),
value: "Rename Folder",
)
];