GlassBackdropScope constructor
Creates a GlassBackdropScope.
This widget is now a no-op and returns its child directly.
Implementation
const GlassBackdropScope({
super.key,
required this.child,
});
Creates a GlassBackdropScope.
This widget is now a no-op and returns its child directly.
const GlassBackdropScope({
super.key,
required this.child,
});