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