Clamp
@Composable
Creates a org.gnome.adw.Clamp that constrains its child to a given size.
Parameters
modifier
Compose Modifier for layout and styling.
orientation
The axis in which clamping is applied.
maximum Size
The maximum size allocated to the child.
tightening Threshold
The size above which the child is clamped.
content
The composable content to display inside the clamp.