mcrovero / rubber

An elastic material bottom sheet implementation for Flutter.
BSD 2-Clause "Simplified" License
562 stars 88 forks source link

Scrim with customizable color. #23

Open Salby opened 5 years ago

Salby commented 5 years ago

A nice addition would be scrim/overlay covering the widgets below the sheet. It helps to bring focus to the sheet. This would also be compliant with the material design guidelines.

mcrovero commented 5 years ago

Sure, that should be implemented. I'm adding this feature to the to-do list

gching commented 5 years ago

Definitely nice feature to have, but if you want to do it now @Salby , the way I do it currently is have a listener to the current value or state of the sheet and add my own overlay on top of what ever is below the sheet