DynamicGradientBackground constructor

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

Creates a DynamicGradientBackground widget.

The child is the widget that will be displayed on top of the dynamic background.

Implementation

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