selected property

Stream<int> selected
final

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

Implementation

final Stream<int> selected;