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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added ScrollConfiguration to disable scrolling automatically when a PieMenu is visible, but it is not working properly at the moment due to an issue with Flutter framework.
Added missing copyWith() parameters in PieTheme.
Added PieTheme.of(context) function to access PieCanvas theme from PieMenu and customize it easily.
Removed childHovered parameter from PieAction, you can use PieAction.builder() and its builder parameter for custom hovered buttons.