我的课从material / search.dart文件中的SearchDelegate扩展而来。我在IconButton的onPressed事件上设置了一些文本查询。
查询文本正确更新,但是光标在文本开始处继续,并且抽象类SearchDelegate中的_queryTextController是私有的。
在没有重复material / search.dart文件的情况下添加此行代码,或者不直接在sdk中修改文件。我该怎么做?
_queryTextController.selection = TextSelection.collapsed(offset: query.length);