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