Jamalianpour / easy_sidemenu

An easy to use side menu (navigation rail) in flutter and can used for navigations
https://pub.dev/packages/easy_sidemenu
MIT License
145 stars 70 forks source link

feat: add selectedHoverColor property #52

Closed sr1ch1 closed 1 year ago

sr1ch1 commented 1 year ago

This change introduces a new property to configure the color when the mouse pointer is moved over a selected side menu item. The change is non-breaking. If the selectedHoverColor property is not configured the selectColor will be used. The example has been adapted to showcase this property. The reason for introducing this change is to style it according to Material 3 guidelines.