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