BuildSelectPop<T> typedef
BuildSelectPop<T> =
Widget Function(BuildContext context, List<T> src)
create_user: zhengzaihong email:1096877329@qq.com create_date: 2021/12/13 create_time: 18:07 describe: 输入框拓展带自动检索组件
Implementation
typedef BuildSelectPop<T> = Widget Function(BuildContext context, List<T> src);