UFUSingleSelectList constructor
const
UFUSingleSelectList({
- required List<
UFUSingleSelectModel> list, - AutoScrollController? scrollController,
- String? selectedItemId,
- ValueChanged<
String> ? onSelect, - UFUSingleSelectType type = UFUSingleSelectType.local,
- bool isLoading = false,
- bool isLoadMore = false,
- Widget? listLoader,
- bool canShowLoadMore = false,
- bool showInActiveUserLabel = false,
- Key? key,
Implementation
const UFUSingleSelectList({
required this.list,
this.scrollController,
this.selectedItemId,
this.onSelect,
this.type = UFUSingleSelectType.local,
this.isLoading = false,
this.isLoadMore = false,
this.listLoader,
this.canShowLoadMore = false,
this.showInActiveUserLabel = false,
super.key});