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