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