validator property Null safety

EditorValueValidator<T>? validator
final

Current value validator. The "OK" button will be disabled until false is returned. Without passing this validator, all values are considered as correct.

Implementation

final EditorValueValidator<T>? validator;