BlurPanel constructor

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

Implementation

const BlurPanel({
  Key? key,
  this.child,
}) : super(key: key);