items property

List<MySelectorItem<T>> items
final

选项列表,初始化后不可变更;若需动态列表,直接用 MySelector.show

Implementation

final List<MySelectorItem<T>> items;