base_form_fields/lite_form library
Classes
Functions
-
defaultTranslationBuilder(
String? value) → String?
Typedefs
- LiteFormBuilder = Widget Function(BuildContext context, ScrollController scrollController)
- TranslationBuilder = String? Function(String? value)
- all of the forms' errors, hints and labels call this function before displaying. The value passed as a parameter. If you need to translate the value of even change it completely return your value.