AnimatedModalBarrier({Key key, Animation<Color> color, bool dismissable: true })

Creates a widget that blocks user interaction.

Source

AnimatedModalBarrier({
  Key key,
  Animation<Color> color,
  this.dismissable: true
}) : super(key: key, animation: color);