Row
Creates a horizontal layout for organizing other widgets side-by-side.
Parameters
| Name | Description | Type | Default |
|---|---|---|---|
| widgets (required) | A list of widgets to display horizontally in this row. | Template | None |
| key | An optional key to identify this row. If not provided, one will be generated. | str | None |
| errors | A list of error messages to start with. Defaults to []. | List[str] | [] |
State Value
Dict[str, State]: A dictionary containing the current state/values of the nested widgets.
info
This is the type of the value that this widget holds. It will show up when accessing widget's state item.
This also defines which value type can be used on initial_state