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