ModalBarrier constructor
- Key? key,
- Color? color,
- bool dismissible = true,
- VoidCallback? onDismiss,
- String? semanticsLabel,
- bool? barrierSemanticsDismissible = true,
- ValueNotifier<
EdgeInsets> ? clipDetailsNotifier, - String? semanticsOnTapHint,
Creates a widget that blocks user interaction.
Implementation
const ModalBarrier({
super.key,
this.color,
this.dismissible = true,
this.onDismiss,
this.semanticsLabel,
this.barrierSemanticsDismissible = true,
this.clipDetailsNotifier,
this.semanticsOnTapHint,
});