user_preferences_dialog_editor library Null safety

Classes

UserPreferencesEditValueDialog<T>
Generic value editor The result will be sent through the Navigator

Typedefs

EditorValueConverter<T> = T Function(String newValue)
EditorValueValidator<T> = bool Function(T? newValue)