fluttercommunity / backdrop

Backdrop implementation in flutter.
https://pub.dev/packages/backdrop
MIT License
336 stars 36 forks source link

Make a parameter out of front layer elevation #94

Closed hendrychjan closed 2 years ago

hendrychjan commented 3 years ago

Make font layer elevation a parameter, so that you can easily change the amount of shadow you want to have there.

I've discussed this with Felix (@WieFel) on gitter, he suggested that the elevation here is set to "1", so maybe you could make it a parameter?

daadu commented 3 years ago

@hendrychjan Thank you for the suggestion.

Can you write the PR for this?

hendrychjan commented 3 years ago

Sure. How much is it urgent? Can I do it during the weekend?

WieFel commented 3 years ago

@hendrychjan sure, whenever you have time! ;)

shashkiranr commented 3 years ago

is this already implemented?

WieFel commented 3 years ago

@shashkiranr not yet. If I find the time, I can have a look... Of course you can also open a PR for it, if you want ;)

daadu commented 2 years ago

The feature has landed on pub.dev with v0.7.0.

Thanks @hendrychjan for suggesting it, check yourself in project README!