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