selectedOptionIndex property

int? selectedOptionIndex
final

Selected index of the option. This is needed so we can mark an option as selected. If selectedOptionIndex is null, no option will be selected.

Implementation

final int? selectedOptionIndex;