GlassBackdropScope constructor

const GlassBackdropScope({
  1. required Widget child,
  2. Key? key,
})

Creates a GlassBackdropScope.

Implementation

const GlassBackdropScope({required this.child, super.key});