NiceInPlaceEditor constructor
Implementation
const NiceInPlaceEditor({
super.key,
required this.value,
required this.onChanged,
this.style,
this.editOnDoubleTap = false,
this.selectAllOnFocus = true,
});
const NiceInPlaceEditor({
super.key,
required this.value,
required this.onChanged,
this.style,
this.editOnDoubleTap = false,
this.selectAllOnFocus = true,
});