AppBackdrop constructor

const AppBackdrop({
  1. Key? key,
  2. double strength = 1,
  3. Widget? child,
})

Implementation

const AppBackdrop({
  Key? key,
  this.strength = 1,
  this.child,
}) : super(key: key);