ModalBarrier constructor Null safety
Creates a widget that blocks user interaction.
Implementation
const ModalBarrier({
super.key,
this.color,
this.dismissible = true,
this.onDismiss,
this.semanticsLabel,
this.barrierSemanticsDismissible = true,
});