PickerAnyAdapter<T> constructor
PickerAnyAdapter<T> ({
- String title = '',
- Image? icon,
- IconButton? btn,
- List<
T> items = const [], - int maxLevel = 0,
- ShowPickExtendsUI levelExtendsUI = ShowPickExtendsUI.extendsNone,
- Text? extendLabel,
- String placeHolderText = '子分类',
Implementation
PickerAnyAdapter(
{this.title = '',
this.icon,
this.btn,
this.items = const [],
this.maxLevel = 0,
this.levelExtendsUI = ShowPickExtendsUI.extendsNone,
this.extendLabel,
this.placeHolderText = '子分类'});