BlurBackground constructor

const BlurBackground({
  1. Key? key,
  2. required Color? backgroundColor,
})

Implementation

const BlurBackground({super.key, required this.backgroundColor});