Feb 11, 2021
This OverflowBar Widget is useful for layout widget's children. Different UI can leads to develop different widgets (depends on the complexity). These widgets can be wrapped into a LayoutBuilder, widget that will give you parent constraints (and, if not everytime, most of the time it will give you maxWidth as parent constraint).
That's how I would develop a widget having its representation (UI) changing over available space.