NestedSelectableOption<T> constructor
const
NestedSelectableOption<T> ({
- required DropDownModel<
T> option, - required SingleSelectorDecoration? selectorDecoration,
- required void onSelectSuggestion(),
- required DropDownModel<
T> ? selectedValue, - Key? key,
Implementation
const NestedSelectableOption({
required this.option,
required this.selectorDecoration,
required this.onSelectSuggestion,
required this.selectedValue,
super.key,
});