Form
Last updated
Last updated
Forms are used for submitting data so be as concise as possible when designing. Keep it short. Think about each field and what value the data will provide. What do you gain by collecting this information?
children
The content of the form.
Type: List<Widget>
Default: required
enable
Whether the form is enabled or not.
Type: bool
Default: true
type
The type of the form. It can be group, blank
.
Type: CFormType
Default: CFormType.blank
action
An action widget to display at the end of the form.
Type: Widget?
Default: optional