ChoiceSelector constructor

ChoiceSelector(
  1. List<String> options
)

Implementation

ChoiceSelector(this.options) : selectedIndex = 0;