You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -23,10 +23,10 @@ A Flutter package providing a highly customizable circular/radial context menu,
23
23
-[Customization](#customization)
24
24
-[Button themes](#button-themes)
25
25
-[Custom button widgets](#custom-button-widgets)
26
-
-[Adjust display angle of menu buttons](#adjust-display-angle-of-menu-buttons)
27
-
-[Place the menu at a specific position](#place-the-menu-at-a-specific-position)
26
+
-[Display angle of menu buttons](#display-angle-of-menu-buttons)
27
+
-[Specific menu position](#specific-menu-position)
28
28
-[Tap, long press or right click to open the menu](#tap-long-press-or-right-click-to-open-the-menu)
29
-
-[Controllers and callbacks](#controllers-and-callbacks)
29
+
-[Controllers and callbacks](#controllers-and-callbacks)
30
30
-[Contributing](#contributing)
31
31
-[Donation](#donation)
32
32
@@ -141,7 +141,7 @@ PieAction.builder(
141
141
),
142
142
```
143
143
144
-
### Adjust display angle of menu buttons
144
+
### Display angle of menu buttons
145
145
146
146
If you don't want the dynamic angle calculation and have the menu appear at a fixed angle, set `customAngle` and `customAngleAnchor` attributes of `PieTheme`.
147
147
@@ -154,7 +154,7 @@ PieTheme(
154
154
155
155
You can also use `customAngleDiff` or `spacing` to adjust the angle between buttons, and `angleOffset` to rotate the menu.
156
156
157
-
### Place the menu at a specific position
157
+
### Specific menu position
158
158
159
159
Use `menuAlignment` attribute of `PieTheme` to make the menu appear at a specific position regardless of the pressed point. Combine it with `menuDisplacement` to fine-tune the position.
160
160
@@ -184,7 +184,7 @@ PieTheme(
184
184
),
185
185
```
186
186
187
-
###Controllers and callbacks
187
+
## Controllers and callbacks
188
188
189
189
To open, close or toggle a menu programmatically, assign a `PieMenuController` to it.
0 commit comments