Creates a new Scrollable widget that adds scrollbars to its child.
const scrollable = newScrollable({ hscroll: 'never', vscroll: 'automatic', child: Widget.Box({ children: [...items] }),}); Copy
const scrollable = newScrollable({ hscroll: 'never', vscroll: 'automatic', child: Widget.Box({ children: [...items] }),});
Creates a new Scrollable widget that adds scrollbars to its child.