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

How to set a BackdropFilter for when the SpeedDial is active? #227

Closed banderberg closed 2 years ago

banderberg commented 2 years ago

It seems that all I can do is set activeBackgroundColor but what I would really like to do is make the background covered by a BackdropFilter so I can use a blur effect. Can this be done without forking the repo and modifying?

luca-colazzo commented 2 years ago

It can't be done now, but if you want to make it possible, any PR is welcome