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