input_extend/inputlib library

Classes

InputExtend<T>
InputExtendState<T>
PopConstraintBox
约束浮层的条件

Typedefs

BuildCheckedBarStyle<T> = Widget? Function(T checkDatas, InputExtendState controller)
BuildSelectPop<T> = Widget Function(BuildContext context, List<T> src, InputExtendState controller)
create_user: zhengzaihong email:1096877329@qq.com create_date: 2021/12/13 create_time: 18:07 describe: 输入框拓展带自动检索组件
Compare<T> = bool Function(List<T> data)
CompareVO<T> = bool Function(T item)
InputDecorationStyle<T> = InputDecoration Function(List<T> checkeds)
InputValueChanged<String> = void Function(String value, InputExtendState controller)
OnChangeInput<String> = void Function(String value, InputExtendState controller)