public class FlowLayoutParams extends LayoutParams:
badge = Label("Beta")
badge.layoutParams = FlowLayoutParams(breakBefore=true)| Modifier and Type | Member | Description |
|---|---|---|
| public property | breakAfterbreakAfter as Boolean = false |
Forces a new row after placing the widget. |
| public property | breakBeforebreakBefore as Boolean = false |
Starts a new row before placing the widget. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | FlowLayoutParamsFlowLayoutParams(breakBefore as Boolean = false, breakAfter as Boolean = false, growX as Int = 0, growY as Int = 0): |
No summary. |
| public | FlowLayoutParams | No summary. |