AmbientBackground constructor

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

Implementation

const AmbientBackground({super.key, required this.child});