menu
sunny_forms package
documentation
sunny_form_functions.dart
FormConverter<T> typedef
FormConverter<T> typedef
dark_mode
light_mode
FormConverter<
T
>
typedef
FormConverter
<
T
> =
T? Function
(
dynamic
input
)
Implementation
typedef FormConverter<T> = T? Function(dynamic input);
sunny_forms package
documentation
sunny_form_functions
FormConverter<T> typedef
sunny_form_functions library