I have to show data from Html widget and multiple table tags are used. So I have overflow problem on the right side. Can anybody guide me with this issue. Any help would be highly appreciated. Thank You. enter image description here
CodePudding user response:
use SingleChildScrollView
widget or NestedScrollView
if have many scrolls in same screen.
CodePudding user response:
Wrap Container with SingleChildScrollView and set scrollDirection Axis.horizontal