ChoiceChipTip<T> constructor
Implementation
const ChoiceChipTip({
super.key,
required this.options,
required this.selectedOption,
required this.onSelected,
this.tooltips,
this.enabled = true,
String Function(T)? getLabel,
}) : getLabel = getLabel ?? _defaultGetLabel;