resfandiari / flutter_side_menu

Flutter's full customizable side menu has been used as a directory for Related Pages, Navigation Items, and more.
https://pub.dev/packages/flutter_side_menu
BSD 3-Clause "New" or "Revised" License
43 stars 22 forks source link

Optional hover color #2

Closed markfili closed 1 year ago

markfili commented 1 year ago

This PR adds color to MenuItem when hovered. SideMenuItemTile converted to StatefulWidget in order to achieve hovering effect. Default hover color is transparent.

resfandiari commented 1 year ago

I tested it works perfectly.thanks