Backdrop constructor
Backdrop({})
Implementation
Backdrop({
required this.child,
this.blur = 10,
this.blurX,
this.blurY,
String? name,
Object? visible,
}) : super(name: name, visible: _normalizeVisibility(visible));