ModalBarrier({Key key, Color color, bool dismissable: true })

Creates a widget that blocks user interaction.

Source

ModalBarrier({
  Key key,
  this.color,
  this.dismissable: true
}) : super(key: key);