-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add onHoverColor property #6
Comments
Hi @rmahmadkhan I don't think that in iOS pull-down menus have onHover properties. This package attempts to recreate a mobile (iOS) look for pull-down menus. For more desktop/web apple-like menus you should probably try this: https://pub.dev/packages/macos_ui#pulldownbutton If you still want to use my package please let me know, I'll try to come up with something. |
Hi @notDmDrl Thank you for replying. As you suggested, I tried that and other packages as well. But your package suits best for my need as it is very simple. I just need the colorOnHover (highlight color) property. I really wish I could open a pull request for this but too busy with my work already. It would be really great if you can make some time to add that asap |
@rmahmadkhan ok, no promises but i'll try to do it tomorrow 😃 |
@notDmDrl Awesome! Grateful for that! |
I have just published an update with mouse pointers and
or
Let me know if this is what you needed, thx |
@notDmDrl Thank you for doing this. Would really appreciate if you can add that as well |
@rmahmadkhan gotcha, might squeeze in a bit of time tomorrow morning for it |
Another update is live, this time with
or
|
@notDmDrl Thank you for taking out time and doing this. Appreciated. |
Usually pull down buttons on web have color change on hover over the action item.
See the following example:
Following properties maybe needed:
The text was updated successfully, but these errors were encountered: