AppGradientBackground constructor

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

Implementation

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