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