faderBottom method
Make gradient fader from the bottom of the widget.
strength ranges from 0.0 (subtle) to 1.0 (strong).
Implementation
FadeOverlay faderBottom({double strength = 0.2, Color color = Colors.black}) {
return FadeOverlay.bottom(strength: strength, color: color, child: this);
}