backdrop icon indicating copy to clipboard operation
backdrop copied to clipboard

concealable frontlayer when that's active by pressing back button on phone

Open pishguy opened this issue 2 years ago • 0 comments

By default, when the frontLayer widget visibility is active, the user expects to hide it by pressing the back button. However, in the current version, this did not happen, and unfortunately, outside of this library, I was unable to hide the frontLayer widget. To achieve this, I removed the ‍concealBacklayerOnBackButton‍ argument and modified the Scaffold class in this library. Now, this operation is successfully executed.

pishguy avatar Sep 23 '23 23:09 pishguy