Creates a widget that blocks user interaction.
AnimatedModalBarrier({ Key key, Animation<Color> color, this.dismissable: true }) : super(key: key, animation: color);