Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shiburagi authored Mar 11, 2021
1 parent d8c5f7f commit 4c4d954
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,11 +377,14 @@ Function(BuildContext, MenuItem, bool) itemBuilder;
```

*MenuItem*
*MenuItem\<T\>*
```dart
String id;
T id;
String title;
IconData icon;
Widget prefix;
Widget suffix;
dynamic data;
```

## Contributor
Expand Down

0 comments on commit 4c4d954

Please sign in to comment.