Widget setOpacity(Widget view){ if( opacity == null ) return view; return Opacity(opacity: opacity!, child: view ); }