GradientBackground constructor
const
GradientBackground({})
Implementation
const GradientBackground({
Key? key,
this.child,
this.begin = Alignment.topCenter,
this.end = Alignment.bottomCenter,
}) : super(key: key);