GlassBackgroundSource constructor

const GlassBackgroundSource({
  1. required Widget child,
  2. bool enabled = true,
  3. Key? key,
})

Implementation

const GlassBackgroundSource({
  required this.child,
  this.enabled = true,
  super.key,
});