Skip to content

Commit

Permalink
add key to the language item list
Browse files Browse the repository at this point in the history
  • Loading branch information
horam-deriv committed May 13, 2024
1 parent 5ac56a0 commit 9b87b70
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ class LanguageItemList extends StatefulWidget {
required this.onLanguageSelected,
this.selectedItem,
this.package,
});
Key? key,
}) : super(key: key);

/// List of language items
final List<LanguageModel> items;
Expand Down

0 comments on commit 9b87b70

Please sign in to comment.