marianocordoba / fab-circular-menu

A Flutter package to create a nice circular menu using a Floating Action Button.
https://pub.dev/packages/fab_circular_menu
MIT License
199 stars 71 forks source link

Allow widgets for fab button design #18

Closed MBjoern closed 4 years ago

MBjoern commented 4 years ago

Instead of restricting the fabOpenIcon and fabCloseIcon to only except Icon (subclass of Widget) instances, I extended the setup to allow general Widget instances.