GradientBackgroundWidget constructor

const GradientBackgroundWidget({
  1. Key? key,
  2. Widget? child,
  3. bool showDecorativeCircles = true,
})

Implementation

const GradientBackgroundWidget({
  super.key,
  this.child,
  this.showDecorativeCircles = true,
});