separatorBuilder property
FormifySeparatorBuilder?
get
separatorBuilder
A getter that provides a custom separator widget builder.
The formBuilder getter returns a FormifySeparatorBuilder function or null.
This function can be used to create custom separator widgets within the Formify
widget. If null, the default separator widget builder will be used.
Implementation
FormifySeparatorBuilder? get separatorBuilder => null;