selected property

int? selected
final

The current selected index.

If null, none of the items is selected. If non-null, it must be a positive number.

This property is called as the index of allItems, that means it must be in the range of 0 to allItems.length

See also:

Implementation

final int? selected;