david-swift 4937c36b3b Improve updating performance
And update docs reflecting the changes in the latest commits
2024-01-27 08:07:05 +01:00

21 lines
276 B
Markdown

**STRUCT**
# `Form`
A list with no dynamic content styled as a boxed list.
## Properties
### `content`
The content.
### `view`
The view's body.
## Methods
### `init(content:)`
Initialize a `Form`.
- Parameter content: The view content, usually different kind of rows.