Add opacity to widget
Widget opacity(double opacity) { return Opacity( opacity: opacity, child: this, ); }