OnCommit typedef

OnCommit = void Function(String content)

提交搜索框内容时的回调

Implementation

typedef OnCommit = void Function(String content);