selectedOptionsBuilder property
Builder function for rendering the currently selected options in multiple select ShadSelect variants.
This function is called with the current BuildContext and a list of
selected values of type T.
Implementation
final ShadSelectedOptionBuilder<List<T>>? selectedOptionsBuilder;