separatorHorizontalBuilder property

FormifySeparatorBuilder? get separatorHorizontalBuilder

A getter that provides a custom horizontal 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 separatorHorizontalBuilder => null;