NullableEditorWidget<T> constructor
const
NullableEditorWidget<T> ({
- Key? key,
- required ParamValue<
T> value, - required Widget child,
Implementation
const NullableEditorWidget({
super.key,
required this.value,
required this.child,
});