Flow Box
@Composable
Creates a org.gnome.gtk.FlowBox that arranges its children in a reflowing grid.
Parameters
modifier
Compose Modifier for layout and styling.
orientation
The axis on which the children are aligned.
activate On Single Click
Whether children can be activated with a single click instead of a double click.
column Spacing
The horizontal space between two children.
row Spacing
The vertical space between two children.
horizontal Adjustment
An Adjustment used to change the horizontal handling of the children.
vertical Adjustment
An Adjustment used to change the vertical handling of the children.
homogeneous
Whether all children should be allocated the same size.
max Children Per Line
The maximum amount of children on a line.
min Children Per Line
The minimum amount of children on a line.
content
The composable children.
TODO:
model
select
filter?
sort?