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:
@ -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",
|
||||
)
|
||||
];
|
||||
|
Reference in New Issue
Block a user