ElSimpleModelValue<D> constructor
const
ElSimpleModelValue<D> (
- dynamic modelValue, {
- Key? key,
- ElModelValueType modelType = ElModelValueType.single,
- ValueChanged<
D?> ? onChanged,
Implementation
const ElSimpleModelValue(
this.modelValue, {
super.key,
this.modelType = ElModelValueType.single,
this.onChanged,
});