Widget withGradientOverlay({ required Gradient gradient, }) { return GradientOverlay(gradient: gradient, child: this); }