ios_search_text library

Classes

IOSSearchText
基本IOS风格搜索框, 提供输入回调
SearchTextController
搜索框控制类,用于控制 清除 icon(x)、取消按钮的展示 隐藏

Typedefs

OnCommit = void Function(String content)
提交搜索框内容时的回调
OnSearchTextChange = void Function(String content)
搜索框内容变化回调
OnTextClear = bool Function()
右侧清除按钮 X 被点击的回调