TFormBuilder constructor
const
TFormBuilder({})
Creates a form builder.
Implementation
const TFormBuilder({
super.key,
this.input,
this.fields,
this.gapX = 16.0,
this.gapY = 26.0,
this.onValueChanged,
this.icon,
this.label,
this.description,
this.initiallyExpanded = false,
}) : assert((input == null) != (fields == null), 'Provide either "input" or "fields", not both.');