A wrapper to use all available space in a flex row or column.
<control-row> <button-control>Foo</button-control> <fill-space></fill-space> <button-control>Bar</button-control></control-row> Copy
<control-row> <button-control>Foo</button-control> <fill-space></fill-space> <button-control>Bar</button-control></control-row>
<some-dialog> <some-toolbar></some-toolbar> <fill-space> <list-control>...</list-control> </fill-space></some-dialog> Copy
<some-dialog> <some-toolbar></some-toolbar> <fill-space> <list-control>...</list-control> </fill-space></some-dialog>
A wrapper to use all available space in a flex row or column.
Example
Example