This extension helps you to add a circular menu to your app with a lot of customizations.
Blocks
Create – Creates circle menu.
OpenMenu – Opens the menu.
CloseMenu – Closes the menu.
isMenuOpened – Returns if menu is opened.
SetMainMenu – Sets up main menu, set the icon color to -1 if you dont want to add any color
AddSubMenu – Adds a sub menu, set the icon color to -1 if you dont want to add any color.
SetShadowRadius – Sets the shadow radius of menu.
SetIconSize – Sets the size of the menu icons. Note:- This method may not work properly
Use Hex – For using hex color code.
OnMenuOpened – It is called when the menu has been opened
OnMenuClosed – It is called when the menu has been closed
Properties to control position on screen
OnMenuSelected – It is called when the menu item has been selected has been opened. Returns id [int]
of the item