TSelectDropdown<T, V> constructor
const
TSelectDropdown<T, V> ({
- Key? key,
- required TSelectStateNotifier<
T, V> stateNotifier, - required ValueChanged<
TSelectItem< onItemTapped,V> > - bool multiple = false,
- double maxHeight = 200.0,
- IconData? selectedIcon = Icons.check,
- bool showLoadingIndicator = false,
- bool loading = false,
- VoidCallback? onScrollEnd,
Implementation
const TSelectDropdown({
super.key,
required this.stateNotifier,
required this.onItemTapped,
this.footerMessage,
this.multiple = false,
this.maxHeight = 200.0,
this.selectedIcon = Icons.check,
this.showLoadingIndicator = false,
this.loading = false,
this.onScrollEnd,
});