menu
flutter_waya package
documentation
components/picker/picker.dart
MultiListLinkagePicker<T>
items property
items property
dark_mode
light_mode
items
property
List
<
PickerListLinkageItem
<
T
>
>
items
final
要渲染的数据
Implementation
final List<PickerListLinkageItem<T>> items;
flutter_waya package
documentation
components/picker/picker
MultiListLinkagePicker<T>
items property
MultiListLinkagePicker class