FadeModalBarrier constructor
FadeModalBarrier({})
Implementation
FadeModalBarrier({
required this.child,
this.visible = false,
this.color,
this.opacity = 0.6,
this.duration = const Duration(milliseconds: 300),
this.onDismiss,
this.dismissible = true,
super.key,
});