MEnumField<T> constructor
const
MEnumField<T> ({})
Implementation
const MEnumField({
super.key,
required this.onChanged,
required this.value,
required this.values,
this.readOnly = false,
this.allowNull = false,
this.property,
});