Skip to content

Commit 8ee82a4

Browse files
committed
update readme
1 parent cbf5f6e commit 8ee82a4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ This is an easy to implement package for adding Focused Menu to Flutter Applicat
1919
<p float="center">
2020
<img src="https://github.com/retroportalstudio/focused_menu/blob/master/example/repo_files/focused_menu.gif?raw=true" width="400" />
2121
<img src="https://github.com/retroportalstudio/focused_menu/blob/master/example/repo_files/using-controller.gif?raw=true" width="400" />
22+
<img src="https://github.com/retroportalstudio/focused_menu/blob/master/example/repo_files/bottomToolbar.gif?raw=true" width="400" />
2223
</p>
2324

2425
---
@@ -75,6 +76,11 @@ FocusedMenuHolder(
7576
menuItemExtent: 60,
7677
menuWidth: 200,
7778
openWithTap: true,
79+
enableMenuScroll: false,
80+
toolbarButtons: [
81+
ToolbarButtonItem(buttonIcon: Icon(Icons.delete,), onPressed: () {}, buttonIconColor: Colors.red),
82+
ToolbarButtonItem(buttonIcon: Icon(Icons.share), onPressed: () {}, buttonIconColor: Colors.blue),
83+
],
7884
onOpened: () => print('Opened'),
7985
onClosed: () => print('onClosed'),
8086
onPressed: () {},

example/repo_files/bottomToolbar.gif

10.1 MB
Loading

0 commit comments

Comments
 (0)