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