ui_components/src/type_defs library

Typedefs

FormFieldCallback = String Function(String? value)
callback that is passed to a form fields onChanged of onValue
OnOTPReceivedNavigateCallback = void Function(String value)
PhoneNumberFormatterFunc = String Function({required String countryCode, required String phoneNumber})
SettingsFunc = Future<void> Function({required bool value})
TextFieldCallback = void Function(String value)