AnimatedModalBarrier constructor
Creates a widget that blocks user interaction.
Implementation
const AnimatedModalBarrier({
Key key,
Animation<Color> color,
this.dismissible = true,
this.semanticsLabel,
this.barrierSemanticsDismissible,
}) : super(key: key, listenable: color);