horizontalOverflow property
How to handle content that exceeds horizontal bounds.
- LayoutOverflow.hidden: Clip overflowing content
- LayoutOverflow.scroll: Add horizontal scrollbar
- LayoutOverflow.visible: Allow content to extend beyond bounds
Implementation
final LayoutOverflow horizontalOverflow;