flutter/slc/adapter/select_box library

Classes

ISelectBox<T>
@author: slc 定义选择框接口
SelectBox<T>
定义一个具体的类
SelectUtils

Mixins

SelectBoxMixin<T>
将 SelectBox 改为可混入的 Mixin

Typedefs

Closure<E> = void Function(int index, E item)
Predicate<T, S> = bool Function(T src, S beCompared)