form_builder library

Typedefs

DateTimeFormatter = String Function(DateTime dateTime)
FieldContentBuilder<T extends AbstractFormFieldState<StatefulWidget>> = Widget Function(T state, Map<String, dynamic> stateMap, bool readOnly, FormThemeData formThemeData)
FocusListener = void Function(String? key, bool hasFocus)
listen focusnode change
NonnullFieldValidator<T> = String? Function(T t)
OnSelectDialogShow = bool Function(FormManagement formManagement)
QueryFormBuilder = void Function(FormBuilder builder, VoidCallback submit)
SelectedItemRender<T> = Widget Function(T item, bool multiSelect, bool readOnly, ThemeData themeData, FormThemeData formThemeData)
SelectedSorter<T> = void Function(List<T> selected)
SelectItemProvider<T> = Future<SelectItemPage<T>> Function(int page, Map<String, dynamic> params)
SelectItemRender<T> = Widget Function(T item, bool multiSelect, bool isSelected, ThemeData themeData, FormThemeData formThemeData)
SubLabelRender = Widget Function(double value)