abstract_form/widgets/_all
library
Classes
-
AbstractFormBuilder<B extends StateStreamableSource<S>, S extends AbstractFormBaseState>
-
A widget for building forms with state management and event handling.
This widget integrates with AbstractFormBaseState and provides
callbacks for initialization, submission, success, and error handling.
-
AbstractFormErrorContainer
-
A widget for displaying an error message and a retry button in a form.
This widget is typically used when a form encounters an error and needs
to provide the user with an option to retry the operation.
-
AbstractFormNoDataContainer
-
A widget for displaying a "no data" message and a retry button in a form.
This widget is typically used when a form has no data to display and provides
the user with an option to retry fetching or loading the data.