fluttercommunity / backdrop

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

feat: added `concealBacklayerOnBackButton` option #133

Closed daadu closed 1 year ago

daadu commented 1 year ago

Closes #132

daadu commented 1 year ago

@WieFel I think we should completely avoid wrapping WillPopScope in case the user does not want this behaviour.

that way user can control that behaviour as per his need.