fluttercommunity / fluttercommunity/backdrop

How to show back layer without scrim on front?

Open
#117 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
Dart
Stars
347
Forks
36
PR merge metrics
No merged PRs in 30d

Description

**Is your feature request related to a problem? Please describe.**
I have a situation where I want to show some of the back layer, while allowing the user to interact with the front.

like this:
![image](https://user-images.githubusercontent.com/5642485/148434553-12c2886f-a2d2-4de9-81ea-336e4dc0c3d8.png)

but of course I also want to retain the default behavior for other situations: like when I'm showing navigation options.

**Describe the solution you'd like**
So I'd like to be able to call a sister function to `.revealBackLayer();` or even something like this `.revealBackLayer(activeFront: true);`

**What I'm looking for**
How would you go about implementing this? I'd be happy to implement it if you guys are busy, because I want this feature now. But I'd like some pointers or hints as I don't know the code base well. What steps would you go through to implement this?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.