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