initialSelectedValue property

T? initialSelectedValue
final

The initially selected value.

When provided, the widget will start with this item selected if showSelected is true.

Implementation

final T? initialSelectedValue;