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