tomriddle7
tomriddle7
> oh,hell bro.I found the solution > > ``` > gestureRecognizers: Set() > ..add(Factory(() => TapGestureRecognizer() > ..onTapDown = (tap) { > print("hell bro"); > })), > ``` > >...
I need this option too. Is there any solution?
``` return Builder( builder: (BuildContext context) { return Center( child: SingleChildScrollView( child: Image.memory( e, fit: BoxFit.fitWidth, ), ), ); }, ); ``` I wrapped Image.memory in SingleChildScrollView and I can...
I wonder it too.