Provide a custom opacity to any widget by using value
value
Widget opacity({Key key, @required double value}) => Opacity( key: key, opacity: value, child: this, );