EditorValueValidator<T> typedef Null safety

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

Implementation

typedef EditorValueValidator<T> = bool Function(T? newValue);