Add gradient background
Widget gradient(Gradient gradient) => Container( decoration: BoxDecoration(gradient: gradient), child: this, );