How to use AnimatedModalBarrier widget in flutter?
AnimatedModalBarrier widget is a modal barrier that prevents user interaction with widgets behind it and can be configured with an animated color. This barrier, rendered behind each route, usually darkens the underlying page and prevents interaction with it. It functions similarly to the standard ModalBarrier but uses an animated color instead of a single static … Read more