Control constructor
const
Control({})
Implementation
const Control({
super.key,
required this.schema,
required this.scope,
required this.isRequired,
required this.defaultValue,
required this.onValueChanged,
this.options,
});