darioielardi / flutter_speed_dial

Flutter plugin to implement a Material Design Speed Dial
https://pub.dev/packages/flutter_speed_dial
MIT License
416 stars 178 forks source link

Elevation on mouse over and open #320

Open bksubhuti opened 1 year ago

bksubhuti commented 1 year ago

I set the elevation to zero to integrate with the bottom toolbar which has flat icons. That works fine. However, when the mouse is over the speed dial, it defaults to a raised button.

Seems like an oversight and should be easy to fix (I hope).

ps.. love the package.. chatgpt told me about it.

bksubhuti commented 1 year ago

Note: I just adding text rather than an icon for the child buttons.

with the mouse hover (mouse not in the screenshot) image

without the mouse hover image