Skip to main content

API

FFormBuilder class​

A widget that builds and manages the state of a form.

FFormBuilder is used to create a form and handle its state management. It listens to the form's state changes and rebuilds its descendants accordingly.

Constructors​

Properties​

  • builder → FFormWidgetBuilder
    • The builder function that constructs the form's widget tree.
  • form → T
    • The form instance to be built and managed.
  • key → Key?
    • Controls how one widget replaces another widget in the tree. (final, inherited)

Operators​

  • operator ==(Object other) → bool
    • The equality operator.