TSelectStateNotifier<T, V> constructor
TSelectStateNotifier<T, V> ({
- required bool isMultiple,
- ItemTextAccessor<
T> ? itemText, - ItemValueAccessor<
T, V> ? itemValue, - ItemKeyAccessor<
T> ? itemKey, - ItemChildrenAccessor<
T> ? itemChildren, - String? label,
Implementation
TSelectStateNotifier({
required this.isMultiple,
this.itemText,
this.itemValue,
this.itemKey,
this.itemChildren,
this.label,
});