Make gradient fader from the right of the widget.
NyFader faderRight(int strength, {Color color = Colors.black}) { return NyFader.right( child: this, strength: strength, color: color, ); }