GradientBackgroundView constructor

const GradientBackgroundView({
  1. Key? key,
  2. required GradientBackground background,
})

Implementation

const GradientBackgroundView({
  Key? key,
  required this.background,
}) : super(key: key);