See below code, your controller should be initialized as a below
_editingController = new TextEditingController.fromValue(
new TextEditingValue(
text: title,
selection: new TextSelection.collapsed(
offset: title.length)));
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…