selectedOptionBuilder property

ShadSelectedOptionBuilder<T>? selectedOptionBuilder
final

Builder function for rendering the currently selected option in single select ShadSelect variants.

This function is called with the current BuildContext and the selected value of type T.

Implementation

final ShadSelectedOptionBuilder<T>? selectedOptionBuilder;