selected property

Stream<int> selected

A stream notifying this widget that a new value within items was selected.Used by FortuneWidgets to align indicators on the selected item.

Implementation

Stream<int> get selected;