BlurView constructor

const BlurView(
  1. Widget child, {
  2. Color? color,
  3. Key? key,
})

Implementation

const BlurView(this.child, {this.color, super.key});